Skip to content

Commit

Permalink
ci: use go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-wa committed Sep 1, 2023
1 parent 2dc0bb0 commit 36a6350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
ci:
strategy:
matrix:
go-version: [1.18.x]
go-version: [1.21.x]

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/protobuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: env.PROTOBUFS_CHANGED == 'true'
uses: actions/setup-go@v2
with:
go-version: 1.18.x
go-version: 1.21.x

- name: Install Protobuf tools
if: env.PROTOBUFS_CHANGED == 'true'
Expand Down

0 comments on commit 36a6350

Please sign in to comment.