Skip to content

Commit

Permalink
Bump Go version to v2.22 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane authored Feb 27, 2024
1 parent d2089b4 commit a029b7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.19.x,1.20.x,1.21.x]
go-version: [1.20.x,1.21.x,1.22.x]
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand All @@ -32,5 +32,5 @@ jobs:
# conflicting guidance, run only on the most recent supported version.
# For the same reason, only check generated code on the most recent
# supported version.
if: matrix.go-version == '1.21.x'
if: matrix.go-version == '1.22.x'
run: make checkgenerate && make lint
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/bufbuild/bufisk

go 1.19
go 1.20

require aead.dev/minisign v0.2.1

Expand Down

0 comments on commit a029b7f

Please sign in to comment.