pin modules and update dockerfile go version

This commit is contained in:
2021-01-10 15:54:12 +01:00
parent e3bdf80dac
commit 89667718b7
3 changed files with 45 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.12.9 as builder
FROM golang:1.15 as builder
ENV CGO_ENABLED=0