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