From 43e53a405550b14fc3119dc3ee271b3f25b9e450 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Thu, 10 Aug 2023 19:43:43 +0200 Subject: [PATCH] fix(ci): Update GitHub Actions to Go 1.21 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bf5e884..ff268da 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,7 +7,7 @@ jobs: fail-fast: true matrix: platform: [macos, windows] - goVer: ["1.19.x", "1.20.x"] + goVer: ["1.20.x", "1.21.x"] runs-on: ${{ matrix.platform }}-latest steps: - name: Set up Go