fix go1.16, add go1.17

This commit is contained in:
Andrea Spacca
2021-10-26 19:34:40 +02:00
parent 4a56bad05f
commit 96723b2685
4 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Default to Go 1.16
ARG GO_VERSION=1.16
# Default to Go 1.17
ARG GO_VERSION=1.17
FROM golang:${GO_VERSION}-alpine as build
# Necessary to run 'go get' and to compile the linked binary