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 bdbdf3e commit 615aa5dCopy full SHA for 615aa5d
.github/workflows/ci-lint-go.yml
@@ -31,7 +31,7 @@ jobs:
31
id: go
32
33
- name: golangci-lint
34
- uses: golangci/golangci-lint-action@e60da84bfae8c7920a47be973d75e15710aa8bd7 # v6.3.0
+ uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
35
with:
36
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
37
version: v1.63.4
.golangci.yml
@@ -33,7 +33,6 @@ linters-settings:
nakedret:
max-func-lines: 0
revive:
- min-confidence: 0.8
rules:
38
- name: blank-imports
39
- name: context-as-argument
0 commit comments