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 a4545cb commit b2be67fCopy full SHA for b2be67f
.github/workflows/golangci-lint.yml
@@ -39,11 +39,7 @@ jobs:
39
uses: golangci/golangci-lint-action@v2
40
with:
41
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
42
-<<<<<<< HEAD
43
- version: v1.64.5
44
-=======
45
version: v2.5.0
46
->>>>>>> 15b8c8a (Bump Go version to 1.25.1 (#5562))
47
48
# Give the job more time to execute.
49
# Regarding `--whole-files`, the linter is supposed to support linting of changed a patch only but,
0 commit comments