Skip to content

Commit

Permalink
Bump Go version to v1.22 (#33)
Browse files Browse the repository at this point in the history
Increases min version to 1.20 and latest to v1.22.
  • Loading branch information
emcfarlane committed Feb 27, 2024
1 parent 42da677 commit 212a18e
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/protoyaml-go

go 1.19
go 1.20

require (
github.com/bufbuild/protovalidate-go v0.4.0
Expand Down

0 comments on commit 212a18e

Please sign in to comment.