From 134235fcbab3ede7cb6250784baab6a2a00ca346 Mon Sep 17 00:00:00 2001 From: Andreas Eriksson Date: Wed, 11 Sep 2024 15:34:28 +0200 Subject: [PATCH] Bump go version in GH Actions to supported versions --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0d8744c..390af22 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: matrix: go: - 1.22.x - - 1.21.x + - 1.23.x name: Go ${{ matrix.go }} Build steps: @@ -53,7 +53,7 @@ jobs: matrix: go: - 1.22.x - - 1.21.x + - 1.23.x runs-on: ubuntu-latest steps: