Skip to content

Commit

Permalink
use older version of golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cosnicolaou committed Sep 25, 2021
1 parent f30dbc7 commit 04f86da
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:
- run:
name: downloads
command: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.42.0
go get github.com/matthewloring/validjson/cmd/[email protected]
go install -x github.com/matthewloring/validjson/cmd/validjson
- go/save-cache
Expand Down

0 comments on commit 04f86da

Please sign in to comment.