build: upgrade to go 1.17 and dependencies

This commit is contained in:
2021-09-01 21:45:51 +02:00
parent 905afb6c43
commit bfd5d7f871
198 changed files with 32546 additions and 4216 deletions

View File

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