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.
2 parents b341d68 + b51596c commit 6532dc5Copy full SHA for 6532dc5
.github/workflows/build.yaml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout code
13
uses: actions/checkout@v2
14
- name: Run golangci-lint
15
- uses: golangci/golangci-lint-action@v2.4.0
+ uses: golangci/golangci-lint-action@v2.5.2
16
with:
17
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
18
version: v1.31
0 commit comments