Skip to content

Commit 0233c28

Browse files
committed
travis. switch to go 1.12.x
1 parent d92c633 commit 0233c28

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ matrix:
44
include:
55
- language: go
66
go:
7-
- 1.11
7+
- 1.12.x
88
env:
99
- NAME=sun-api
1010
- DEPLOY_FILES=sun/sun-api/sun-api
@@ -16,7 +16,7 @@ matrix:
1616

1717
- language: go
1818
go:
19-
- 1.11
19+
- 1.12.x
2020
env:
2121
- NAME=sun-tasks
2222
- DEPLOY_FILES=sun/sun-tasks/sun-tasks
@@ -26,7 +26,7 @@ matrix:
2626

2727
- language: go
2828
go:
29-
- 1.11
29+
- 1.12.x
3030
env:
3131
- NAME=wax
3232
- DEPLOY_FILES=wax/wax
@@ -38,7 +38,7 @@ matrix:
3838

3939
- language: go
4040
go:
41-
- 1.11
41+
- 1.12.x
4242
env:
4343
- NAME=ade-api
4444
- DEPLOY_FILES=ade/ade-api/ade-api
@@ -48,7 +48,7 @@ matrix:
4848

4949
- language: go
5050
go:
51-
- 1.11
51+
- 1.12.x
5252
env:
5353
- NAME=ade-task
5454
- DEPLOY_FILES=ade/ade-tasks/ade-tasks

0 commit comments

Comments
 (0)