From e2dcc37bbd079edb88eb543028ee5521a166a336 Mon Sep 17 00:00:00 2001 From: CoreOS Bot Date: Wed, 1 Nov 2023 19:42:25 +0000 Subject: [PATCH] =?UTF-8?q?Sync=20repo=20templates=20=E2=9A=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sync with coreos/repo-templates@90904e8f378272f690d458e5496d61a56488bd49. --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2d9e845..b27ae63 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,12 +20,12 @@ jobs: name: Test strategy: matrix: - go-version: [1.18.x, 1.19.x, 1.20.x] + go-version: [1.20.x, 1.21.x] os: [ubuntu-latest] include: - - go-version: 1.20.x + - go-version: 1.21.x os: macos-latest - - go-version: 1.20.x + - go-version: 1.21.x os: windows-latest runs-on: ${{ matrix.os }} steps: