docker: Build using Go 1.13

This commit is contained in:
Jakob Borg 2019-09-20 11:02:43 +02:00
parent f653f540f8
commit 1398fbb681
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.12 AS builder
FROM golang:1.13 AS builder
WORKDIR /src
COPY . .