We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca6740 commit eaa28fbCopy full SHA for eaa28fb
.travis.yml
@@ -4,7 +4,7 @@ sudo: required
4
language: go
5
6
go:
7
- - "1.14"
+ - "1.20.x"
8
9
env:
10
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
@@ -14,8 +14,10 @@ services:
14
15
install:
16
- docker pull mysql:8.0
17
- - go get golang.org/x/lint/golint
18
- - go get github.com/kisielk/errcheck
+ - go install golang.org/x/lint/golint@latest
+ - go install github.com/kisielk/errcheck@latest
19
+ - go get github.com/spf13/[email protected]
20
+ - go get github.com/fsnotify/[email protected]
21
22
# With the "docker" tag enabled on go test invocation (-tags docker)
23
# the mysql:5.6 docker container will be started
0 commit comments