Skip to content

Commit

Permalink
Update minimum required Go version from 1.18 to 1.19 (#62)
Browse files Browse the repository at this point in the history
Fixes #61
  • Loading branch information
nicksnyder authored Oct 19, 2023
1 parent 05525ac commit 882ed51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
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/protovalidate-go

go 1.18
go 1.19

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

0 comments on commit 882ed51

Please sign in to comment.