build: upgrade to go 1.17 and dependencies

This commit is contained in:
2021-09-01 22:26:03 +02:00
parent d0f83c8e56
commit 9a10e0fffb
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