update to go1.14

This commit is contained in:
sentriz
2020-03-31 16:22:00 +01:00
parent 1439955f5a
commit d954a60ec0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.12-alpine AS base
FROM golang:1.14-alpine AS base
RUN apk add -U --no-cache \
build-base \
ca-certificates \

2
go.mod
View File

@@ -30,4 +30,4 @@ require (
replace github.com/golang/lint => golang.org/x/lint v0.0.0-20190409202823-959b441ac422
go 1.13
go 1.14