From a6374ff21c7b93afeb81f34cf3af8ed3a861d6eb Mon Sep 17 00:00:00 2001 From: CoreOS Bot Date: Fri, 22 Nov 2024 13:13:30 +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@7f596dd94d28d7edba69af5f35391a01384bf946. --- .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 384d6cb5..431f3ea8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -30,7 +30,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} - name: Check out repository @@ -45,7 +45,7 @@ jobs: shell: bash run: ./test - name: Run linter - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v6 if: runner.os == 'Linux' with: version: v1.61.0 @@ -57,7 +57,7 @@ jobs: - name: Check out repository uses: actions/checkout@v4 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: 1.23.x - name: Regenerate