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 76e86e4 commit bbd6c22Copy full SHA for bbd6c22
.github/workflows/golangci-lint.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
- name: golangci-lint
14
- uses: golangci/golangci-lint-action@v6.1.1
+ uses: golangci/golangci-lint-action@v6.2.0
15
with:
16
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
17
version: latest
0 commit comments