Update to go 1.13

This commit is contained in:
Mattias Wadman
2019-09-04 16:41:00 +02:00
committed by GitHub
parent c559b21210
commit 8705585522

View File

@ -4,7 +4,7 @@ services:
language: go
go:
- "1.12"
- "1.13"
# a bit strange but want to reuse the test Dockerfile
script: docker build --build-arg GO_VERSION=$(go version | cut -d' ' -f 3 | cut -b 3-) .