chore(): update Go version

This commit is contained in:
Nicolas Carlier 2020-01-28 20:14:03 +00:00
parent 84524e9175
commit 7b955ded52
2 changed files with 2 additions and 2 deletions

View File

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

View File

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