Skip to content

Commit d2ce263

Browse files
authored
Update to go 1.12 (#90)
1 parent c61a9df commit d2ce263

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
@@ -1,8 +1,8 @@
11
language: go
22
go:
3-
- "1.9.x"
43
- "1.10.x"
54
- "1.11.x"
5+
- "1.12.x"
66
- master
77

88
matrix:
@@ -20,7 +20,7 @@ before_script:
2020
- ./cc-test-reporter before-build
2121

2222
install:
23-
- wget https://github.com/go-task/task/releases/download/v2.0.1/task_linux_amd64.tar.gz
23+
- wget https://github.com/go-task/task/releases/download/v2.5.0/task_linux_amd64.tar.gz
2424
- tar xf task_linux_amd64.tar.gz
2525
- mv task $HOME/gopath/bin
2626

0 commit comments

Comments
 (0)