We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71b970 commit 260f7fdCopy full SHA for 260f7fd
.github/workflows/lint.yaml
@@ -23,7 +23,7 @@ jobs:
23
go-version: "stable"
24
- run: make add-gowork
25
- name: golangci-lint
26
- uses: golangci/golangci-lint-action@v8
+ uses: golangci/golangci-lint-action@v9
27
with:
28
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
29
version: latest
0 commit comments