We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05525ac commit 882ed51Copy full SHA for 882ed51
README.md
@@ -36,7 +36,7 @@ And others coming soon:
36
37
## Installation
38
39
-**Requires the `go` toolchain (≥ v1.18)**
+**Requires the `go` toolchain (≥ v1.19)**
40
41
To install the package, use the `go get` command from within your Go module:
42
go.mod
@@ -1,6 +1,6 @@
1
module github.com/bufbuild/protovalidate-go
2
3
-go 1.18
+go 1.19
4
5
require (
6
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.31.0-20230914171853-63dfe56cc2c4.1
0 commit comments