chore: upgrade Go to 1.14

This commit is contained in:
Deluan 2020-02-26 09:37:48 -05:00
parent 0370f0a3ea
commit 07ac14f810
6 changed files with 9 additions and 9 deletions

View file

@ -10,7 +10,7 @@ RUN npm run build
#####################################################
### Build executable
FROM golang:1.13-alpine AS gobuilder
FROM golang:1.14-alpine AS gobuilder
# Download build tools
RUN mkdir -p /src/ui/build