From 604d0f804fb50c311a597ff79dbd24613bd37197 Mon Sep 17 00:00:00 2001 From: Gareth Smith Date: Mon, 7 Oct 2024 10:41:09 +0100 Subject: [PATCH] Prune unsupported versions of go --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fa35b77..f0a4a70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.20', '1.21', '1.22' ] + go: [ '1.22', '1.23' ] name: Test Go ${{ matrix.go }} steps: - uses: actions/setup-go@v5