From a536acd78e7f967d2fe10ff5b584d1b2abe68d1e Mon Sep 17 00:00:00 2001 From: James Elliott Date: Thu, 8 Feb 2024 20:53:36 +1100 Subject: [PATCH] build: update target go version (#211) --- .github/workflows/go.yml | 3 +-- README.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ad5464b..7e6bb80 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,10 +7,9 @@ jobs: strategy: matrix: go: - - '1.18' - - '1.19' - '1.20' - '1.21' + - '1.22' fail-fast: false steps: - name: Set up Go ${{ matrix.go }} diff --git a/README.md b/README.md index 7193001..2c3c8d1 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,9 @@ go where their backwards compatibility when upgrading the compile tools is usual This policy means that users who wish to build this with older versions of go may find there are features being used which are not available in that version. The current intentionally supported versions of go are as follows: +- go 1.22 - go 1.21 - go 1.20 -- go 1.19 -- go 1.18 ## Status