We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aadc03 commit 8ec1c8bCopy full SHA for 8ec1c8b
.github/workflows/golangci.yml
@@ -18,10 +18,10 @@ jobs:
18
with:
19
go-version-file: go.mod
20
- name: golangci-lint
21
- uses: golangci/golangci-lint-action@v7
+ uses: golangci/golangci-lint-action@v8
22
23
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
24
- version: v2.0.2
+ version: v2.1.6
25
26
# Optional: working directory, useful for monorepos
27
# working-directory: somedir
0 commit comments