We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee825e commit 27cf063Copy full SHA for 27cf063
.circleci/config.yml
@@ -27,12 +27,11 @@ jobs:
27
echo "${RES}"
28
exit 1
29
fi
30
- - run:
31
- name: Install golangci-lint
32
- command: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.6.0
33
- run:
34
name: GolangCI Lint
35
- command: golangci-lint run --timeout 300s
+ command: |
+ golangci-lint --version
+ golangci-lint run --timeout 300s --verbose
36
- save_cache: &save-cache
37
paths:
38
- /home/circleci/go/pkg/mod
0 commit comments