Skip to content

Commit 938e1dd

Browse files
authored
Merge pull request #975 from golangci/go1.14
dev: use go1.14
2 parents 6c2a75e + 231439c commit 938e1dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: go
22
go:
33
- 1.12.x
44
- 1.13.x
5-
- 1.14rc1
5+
- 1.14.x
66

77
before_script:
88
- nvm install 12.14.0
@@ -31,4 +31,4 @@ deploy:
3131
on:
3232
tags: true
3333
# it's important to build on the newest version of go:
34-
condition: $TRAVIS_GO_VERSION =~ ^1\.13
34+
condition: $TRAVIS_GO_VERSION =~ ^1\.14

0 commit comments

Comments
 (0)