Skip to content

Commit 764f3f6

Browse files
committed
go111module off in go get goimports with travis-ci
1 parent 43cfcd6 commit 764f3f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ matrix:
1010
- go: tip
1111

1212
install:
13-
- go get -u golang.org/x/tools/cmd/goimports
13+
- GO111MODULE=off go get -u golang.org/x/tools/cmd/goimports
1414
- go mod download
1515

1616
script:

0 commit comments

Comments
 (0)