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 d6a13da commit df905b2Copy full SHA for df905b2
.github/workflows/sherlock-check-lint.yaml
@@ -33,7 +33,7 @@ jobs:
33
# If this fails saying "no go files to analyze", that error is lying
34
# Make sure your branch is updated and run `go mod tidy` in every directory with a go.mod in it
35
- name: Lint
36
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
37
with:
38
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
39
version: latest
0 commit comments