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 b341d68 commit b51596cCopy full SHA for b51596c
.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