chore(): upgrade Go version

This commit is contained in:
Nicolas Carlier 2020-08-20 08:20:39 +00:00
parent 072124865e
commit 379ed57948
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
language: go
go:
- '1.13'
- '1.14'
script:
- make test
- make distribution

View File

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

2
go.mod
View File

@ -8,4 +8,4 @@ require (
golang.org/x/text v0.3.2 // indirect
)
go 1.13
go 1.14