From d9e37f9d719b41a5ff2c30c7421d7f4f269729f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20J=C3=B8rgensen?= Date: Sat, 7 Feb 2026 00:10:32 +0100 Subject: [PATCH] Fix linting when Go is a release candidate / no need to lookup go version --- .github/workflows/lint.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ee15117..bc5ee73 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -35,13 +35,10 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v6 - - uses: arnested/go-version-action@v2 - id: go-version - - name: Install Go ${{ steps.go-version.outputs.minimal }} + - name: Setup Go uses: arnested/setup-go@rc with: go-version-file: go.mod - - run: go version - name: golangci-lint uses: golangci/golangci-lint-action@v9 with: