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 c039851 commit 58b6c68Copy full SHA for 58b6c68
.circleci/config.yml
@@ -14,7 +14,7 @@ jobs:
14
command: |
15
mkdir -p $TEST_RESULTS
16
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.34.1
17
- go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
+ go get -u golang.org/x/lint/golint
18
go get github.com/jstemmer/go-junit-report
19
make lint
20
make test | go-junit-report > ${TEST_RESULTS}/go-test-report.xml
0 commit comments