We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30dbc7 commit 04f86daCopy full SHA for 04f86da
.circleci/config.yml
@@ -33,7 +33,7 @@ jobs:
33
- run:
34
name: downloads
35
command: |
36
- 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
37
go get github.com/matthewloring/validjson/cmd/validjson@v0.0.1
38
go install -x github.com/matthewloring/validjson/cmd/validjson
39
- go/save-cache
0 commit comments