We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5a0c4f + b12595f commit b59717bCopy full SHA for b59717b
.github/workflows/lint.yml
@@ -23,7 +23,7 @@ jobs:
23
cache: false
24
- uses: actions/checkout@v4
25
- name: golangci-lint
26
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v5
27
with:
28
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
29
version: latest
0 commit comments