Skip to content

Commit 9a5738a

Browse files
author
Jan Unterbrink
committed
travis workaround go1.14 issue
workaround for golang/go#35589
1 parent 805df6a commit 9a5738a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
before_script:
3131
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | BINARY=golangci-lint sh -s -- -d -b $(go env GOPATH)/bin v1.23.7
3232
- export GO111MODULE=on
33+
- export GOFLAGS=-mod=mod
3334
- sudo apt-get install jq -y
3435
script:
3536
- make verify

0 commit comments

Comments
 (0)