Skip to content

Commit

Permalink
Fix go version to match CI and buf CLI (#21)
Browse files Browse the repository at this point in the history
Min verison is go 1.19
  • Loading branch information
Alfus authored Nov 14, 2023
1 parent 6cef0d6 commit 3a6cbb9
Showing 1 changed file with 1 addition and 1 deletion.
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.21
go 1.19

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

0 comments on commit 3a6cbb9

Please sign in to comment.