update CIs to Go 1.9.3 and Go 1.10rc1

This commit is contained in:
Marten Seemann
2018-01-30 14:57:28 +07:00
parent 96a31a51e5
commit c41eb92b98
2 changed files with 4 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ addons:
language: go
go:
- 1.9.2
- 1.10beta1
- 1.9.3
- 1.10rc1
# first part of the GOARCH workaround
# setting the GOARCH directly doesn't work, since the value will be overwritten later