Skip to content

Commit 0f8fea7

Browse files
authored
Merge pull request #323 from arnested/fix-linting-on-release-candidate
Fix linting when Go is a release candidate / no need to lookup go version
2 parents a96d8f4 + d9e37f9 commit 0f8fea7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,10 @@ jobs:
3535
runs-on: ubuntu-24.04
3636
steps:
3737
- uses: actions/checkout@v6
38-
- uses: arnested/go-version-action@v2
39-
id: go-version
40-
- name: Install Go ${{ steps.go-version.outputs.minimal }}
38+
- name: Setup Go
4139
uses: arnested/setup-go@rc
4240
with:
4341
go-version-file: go.mod
44-
- run: go version
4542
- name: golangci-lint
4643
uses: golangci/golangci-lint-action@v9
4744
with:

0 commit comments

Comments
 (0)