From c7d022864ac1ac5b548240ad4608846a764d3d0e Mon Sep 17 00:00:00 2001 From: Akshay Shah Date: Thu, 26 Oct 2023 12:05:51 -0700 Subject: [PATCH] Change minimum to Go 1.19 --- .github/workflows/ci.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 06cc60a..07f2672 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/README.md b/README.md index 21f4d3e..4361613 100644 --- a/README.md +++ b/README.md @@ -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: