From 4449a619fa6a172a724d716061e8f7653c2a89c7 Mon Sep 17 00:00:00 2001 From: CoreOS Bot Date: Wed, 1 Nov 2023 19:42:00 +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 | 4 ++-- .github/workflows/ignition-validate.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4ec2fe595..7e0228631 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,7 +20,7 @@ jobs: name: Test strategy: matrix: - go-version: [1.18.x, 1.19.x, 1.20.x] + go-version: [1.20.x, 1.21.x] runs-on: ubuntu-latest steps: - name: Set up Go 1.x @@ -54,7 +54,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v4 with: - go-version: 1.20.x + go-version: 1.21.x - name: Install schematyper run: | # "go install github.com/idubinskiy/schematyper:latest" fails with diff --git a/.github/workflows/ignition-validate.yml b/.github/workflows/ignition-validate.yml index 04db2c320..488bc1c48 100644 --- a/.github/workflows/ignition-validate.yml +++ b/.github/workflows/ignition-validate.yml @@ -20,7 +20,7 @@ jobs: name: Test ignition-validate strategy: matrix: - go-version: [1.20.x] + go-version: [1.21.x] os: [macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: