Merge pull request #1123 from codysoyland/go110

Go 1.10
This commit is contained in:
Cody Soyland 2018-02-20 15:50:00 -06:00 committed by GitHub
commit cd2c6f0ae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
language: go
go:
- 1.9
- "1.10" # Use string, as 1.10==1.1 if interpreted as float.
- master
env:
global: # AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY

View file

@ -1,4 +1,4 @@
FROM golang:1.9.2 as builder
FROM golang:1.10 as builder
ARG ldflags=''