From 3e91fec6ac2757343c068d3879efd4e206eb9796 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Thu, 8 Feb 2024 20:47:44 +1100 Subject: [PATCH] build: update target go version --- .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 ad5464b9..7e6bb804 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 7193001b..2c3c8d12 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