File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ sudo: required
44language : go
55
66go :
7- - " 1.14 "
7+ - " 1.20.x "
88
99env :
1010 - DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
@@ -14,8 +14,10 @@ services:
1414
1515install :
1616 - docker pull mysql:8.0
17- - go get golang.org/x/lint/golint
18- - go get github.com/kisielk/errcheck
17+ - go install golang.org/x/lint/golint@latest
18+ - go install github.com/kisielk/errcheck@latest
19+ - go get github.com/spf13/afero@v0.0.0-20160919210114-52e4a6cfac46
20+ - go get github.com/fsnotify/fsnotify@v1.3.2-0.20160816051541-f12c6236fe7b
1921
2022# With the "docker" tag enabled on go test invocation (-tags docker)
2123# the mysql:5.6 docker container will be started
You can’t perform that action at this time.
0 commit comments