Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Switch to goreleaser command for installing golangci
Browse files Browse the repository at this point in the history
  • Loading branch information
jalextowle committed Jun 2, 2020
1 parent 7bc4984 commit e292d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
command: go mod vendor
- run:
name: Install Go linter
command: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.27.0
command: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.27.0
- run:
name: Run linters
command: make lint
Expand Down

0 comments on commit e292d13

Please sign in to comment.