Skip to content

Commit 941986d

Browse files
authored
Travis should use Go 1.14 (#241)
1 parent 12d0c5e commit 941986d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: go
22
services:
33
- docker
44
go:
5-
- 1.13.x
5+
- 1.14.x
66
go_import_path: github.com/sourcegraph/src-cli
77
install:
88
- go get -d -t ./...

0 commit comments

Comments
 (0)