We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8376c9b commit 258db37Copy full SHA for 258db37
1 file changed
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
go-version: 'stable'
15
cache: true
16
- name: lint
17
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v9
18
- run: go mod tidy
19
- run: go get .
20
- name: Build
0 commit comments