From 33d2fc1c358cbd7f1339c420c555eff76bf0571d Mon Sep 17 00:00:00 2001 From: CoreOS Bot Date: Wed, 3 Jan 2024 21:10:22 +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@7e30893b8860c6a7733bca2e56a2b86545bab5b8. --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 08e5f7d..42b4b5e 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 @@ -36,5 +36,5 @@ jobs: - name: Run linter uses: golangci/golangci-lint-action@v3 with: - version: v1.52.2 + version: v1.55.1 args: -E=gofmt --timeout=30m0s