diff --git a/README.md b/README.md index a3cdf25..8f4b703 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ And others coming soon: ## Installation -**Requires the `go` toolchain (≥ v1.18)** +**Requires the `go` toolchain (≥ v1.19)** To install the package, use the `go get` command from within your Go module: diff --git a/go.mod b/go.mod index c6d308e..7f576fc 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/bufbuild/protovalidate-go -go 1.18 +go 1.19 require ( buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.31.0-20230914171853-63dfe56cc2c4.1