From e7c1d7f653e6a2ad6f9d446774800e2211e7c3d7 Mon Sep 17 00:00:00 2001 From: Neil Twigg Date: Tue, 10 Sep 2024 10:31:40 +0100 Subject: [PATCH] Update CI to use latest stable Go version Signed-off-by: Neil Twigg --- .github/workflows/go-test.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index 4263e1e..655439d 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -7,10 +7,10 @@ jobs: strategy: matrix: include: - - go: '1.19.x' + - go: "1.23.x" os: ubuntu-latest canonical: true - - go: '1.19.x' + - go: "1.23.x" os: windows-latest canonical: false @@ -29,7 +29,6 @@ jobs: with: go-version: ${{matrix.go}} - - name: Install deps shell: bash --noprofile --norc -x -eo pipefail {0} run: |