Skip to content

Commit

Permalink
Remove Go 1.20 support (#140)
Browse files Browse the repository at this point in the history
Follow up to #139
  • Loading branch information
rodaine authored Aug 16, 2024
1 parent 37f2a3f commit 91e202b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
strategy:
matrix:
go-version:
- 1.20.x
- 1.21.x
- 1.22.x
- 1.23.x
Expand Down
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/protovalidate-go

go 1.20
go 1.21

require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240717164558-a6c49f84cc0f.2
Expand Down

0 comments on commit 91e202b

Please sign in to comment.