Skip to content

Commit 69f6a91

Browse files
committed
Fix backend linting
1 parent a277791 commit 69f6a91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
- name: Backend Lint
3939
before_script:
4040
- "./deploy/ci/travis/install-go.sh"
41-
- go get -u golang.org/x/lint/golint
41+
- export GO111MODULE=on
42+
- go get golang.org/x/lint/[email protected]
4243
script:
4344
- golint src/jetstream/...
4445
- ./deploy/ci/travis/update-go-report-card.sh

0 commit comments

Comments
 (0)