We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850e06b commit 0e6bfeeCopy full SHA for 0e6bfee
.github/workflows/build.yaml
@@ -12,10 +12,10 @@ jobs:
12
- name: Checkout code
13
uses: actions/checkout@v2
14
- name: Run golangci-lint
15
- uses: golangci/golangci-lint-action@v2.5.2
+ uses: golangci/golangci-lint-action@v2
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
+ version: latest
19
args: --timeout 5m
20
21
build:
.golangci.yml
0 commit comments