We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e2234 commit f7fc3b9Copy full SHA for f7fc3b9
.github/workflows/lint.yml
@@ -32,7 +32,7 @@ jobs:
32
steps:
33
- uses: actions/checkout@v5
34
- name: golangci-lint
35
- uses: golangci/golangci-lint-action@v8
+ uses: golangci/golangci-lint-action@v9
36
with:
37
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
38
version: latest
0 commit comments