Bump to Go 1.13

This commit is contained in:
Julian Yap 2019-11-04 00:16:09 -08:00
parent c02ffc0dec
commit d22018d05b
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Build Gubiq in a stock Go builder container # Build Gubiq in a stock Go builder container
FROM golang:1.11-alpine as builder FROM golang:1.13-alpine as builder
RUN apk add --no-cache make gcc musl-dev linux-headers RUN apk add --no-cache make gcc musl-dev linux-headers

View file

@ -1,5 +1,5 @@
# Build Gubiq in a stock Go builder container # Build Gubiq in a stock Go builder container
FROM golang:1.11-alpine as builder FROM golang:1.13-alpine as builder
RUN apk add --no-cache make gcc musl-dev linux-headers RUN apk add --no-cache make gcc musl-dev linux-headers