Skip to content

Commit

Permalink
Change minimum to Go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayjshah committed Oct 26, 2023
1 parent bbeac71 commit c7d0228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 1.18.x, oldstable, stable ]
go-version: [ 1.19.x, oldstable, stable ]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ For `Connect` see [connectrpc/validate-go](https://github.com/connectrpc/validat

## 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

0 comments on commit c7d0228

Please sign in to comment.