From 882ed51faf237b182876b542efe23ab27f8f205a Mon Sep 17 00:00:00 2001 From: Nick Snyder Date: Thu, 19 Oct 2023 14:54:35 -0700 Subject: [PATCH] Update minimum required Go version from 1.18 to 1.19 (#62) Fixes https://github.com/bufbuild/protovalidate-go/issues/61 --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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