Skip to content

Commit

Permalink
CI: Use go 1.22 (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
guerinoni authored Apr 8, 2024
1 parent a53dd59 commit 5b5efa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-video-proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
protoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'
- name: Install dependencies
run: ./install.sh
- name: Compile definitions
Expand Down

0 comments on commit 5b5efa5

Please sign in to comment.