Skip to content

Commit 27cf063

Browse files
committed
fix(ci): golangci-lint is already part of the cimg/go image
Signed-off-by: Jeremy JACQUE <jeremy.jacque@algolia.com>
1 parent 7ee825e commit 27cf063

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@ jobs:
2727
echo "${RES}"
2828
exit 1
2929
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
3330
- run:
3431
name: GolangCI Lint
35-
command: golangci-lint run --timeout 300s
32+
command: |
33+
golangci-lint --version
34+
golangci-lint run --timeout 300s --verbose
3635
- save_cache: &save-cache
3736
paths:
3837
- /home/circleci/go/pkg/mod

0 commit comments

Comments
 (0)