We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2cbb2 commit c54db67Copy full SHA for c54db67
.github/workflows/lint.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: golangci/[email protected]
26
with:
27
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
28
- version: "v1.44.0"
+ version: "v1.48.0"
29
# Optional: working directory, useful for monorepos
30
# working-directory: somedir
31
0 commit comments