chore(): upgrade to Go 1.11

This commit is contained in:
Nicolas Carlier 2018-12-18 19:50:47 +00:00
parent 6e60c0df30
commit 0a096c2763
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
language: go
go:
- "1.10"
- "1.11"
script:
- make test
- make distribution

View File

@ -1,7 +1,7 @@
#########################################
# Build stage
#########################################
FROM golang:1.10 AS builder
FROM golang:1.11 AS builder
# Repository location
ARG REPOSITORY=github.com/ncarlier