build: upgrade to go 1.17 and dependencies

This commit is contained in:
2021-09-01 22:16:57 +02:00
parent ff49d76881
commit 210406c6db
461 changed files with 79514 additions and 99238 deletions

View File

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.17-alpine AS builder
ARG TARGETPLATFORM
ARG BUILDPLATFORM