Bump Go version for CI and build to 1.11.1 (#4782)

This commit is contained in:
Paul Banks 2018-10-11 12:21:53 +01:00 committed by GitHub
parent e95d78483d
commit de9af1854b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
language: go language: go
go: go:
- "1.11" # Please keep this in-sync with the go version we build against in
# build-support/docker/Build-Go.dockerfile.
- "1.11.1"
branches: branches:
only: only:

View File

@ -1,4 +1,4 @@
ARG GOLANG_VERSION=1.10.1 ARG GOLANG_VERSION=1.11.1
FROM golang:${GOLANG_VERSION} FROM golang:${GOLANG_VERSION}
ARG GOTOOLS="github.com/elazarl/go-bindata-assetfs/... \ ARG GOTOOLS="github.com/elazarl/go-bindata-assetfs/... \