From 885817646b2535d55d12147437c584cad047faf6 Mon Sep 17 00:00:00 2001 From: CoreOS Bot Date: Mon, 16 Mar 2026 15:20:09 +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@31f11ace7570717972c88857fbc374fe0d236409. --- .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 e0c23de..9b9f778 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Go 1.x - uses: actions/setup-go@v6 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} - name: Check out repository @@ -47,6 +47,6 @@ jobs: fi echo "All Go files are correctly formatted." - name: Run linter - uses: golangci/golangci-lint-action@v9 + uses: golangci/golangci-lint-action@v8 with: - version: v2.6.2 + version: v2.11.3