Skip to content

Commit 58b6c68

Browse files
author
marshyski
committed
Update job
1 parent c039851 commit 58b6c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
command: |
1515
mkdir -p $TEST_RESULTS
1616
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
17+
go get -u golang.org/x/lint/golint
1818
go get github.com/jstemmer/go-junit-report
1919
make lint
2020
make test | go-junit-report > ${TEST_RESULTS}/go-test-report.xml

0 commit comments

Comments
 (0)