From 13df1ef5100d339bd934e26f8a689dbcbd8aee8b Mon Sep 17 00:00:00 2001 From: Geoffrey Wiseman Date: Wed, 27 Nov 2024 15:56:56 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20=E2=AC=86=EF=B8=8F=20Updating=20?= =?UTF-8?q?Go=20Versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updating to newer versions of Go. Signed-off-by: Geoffrey Wiseman --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e7843f..a4979d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: strategy: fail-fast: false matrix: - go-version: [1.20.x, 1.21.x] + go-version: ['stable', 'oldstable'] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: