Skip to content

Commit 882ed51

Browse files
authored
Update minimum required Go version from 1.18 to 1.19 (#62)
Fixes #61
1 parent 05525ac commit 882ed51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ And others coming soon:
3636

3737
## Installation
3838

39-
**Requires the `go` toolchain (≥ v1.18)**
39+
**Requires the `go` toolchain (≥ v1.19)**
4040

4141
To install the package, use the `go get` command from within your Go module:
4242

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/bufbuild/protovalidate-go
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.31.0-20230914171853-63dfe56cc2c4.1

0 commit comments

Comments
 (0)