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 ae87c8d commit cca6a48Copy full SHA for cca6a48
.github/workflows/golangci-lint.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@v4
11
- name: golangci-lint
12
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v5
13
with:
14
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
15
version: latest
0 commit comments