We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a96d8f4 + d9e37f9 commit 0f8fea7Copy full SHA for 0f8fea7
1 file changed
.github/workflows/lint.yml
@@ -35,13 +35,10 @@ jobs:
35
runs-on: ubuntu-24.04
36
steps:
37
- uses: actions/checkout@v6
38
- - uses: arnested/go-version-action@v2
39
- id: go-version
40
- - name: Install Go ${{ steps.go-version.outputs.minimal }}
+ - name: Setup Go
41
uses: arnested/setup-go@rc
42
with:
43
go-version-file: go.mod
44
- - run: go version
45
- name: golangci-lint
46
uses: golangci/golangci-lint-action@v9
47
0 commit comments