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 dae9a7a commit 804cc3bCopy full SHA for 804cc3b
.github/workflows/golangci-lint.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v2
10
- name: golangci-lint
11
- uses: golangci/golangci-lint-action@v1
+ uses: golangci/golangci-lint-action@v2
12
with:
13
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
14
- version: v1.27
+ version: v1.32.2
0 commit comments