build: upgrade to go 1.18 and dependencies

This commit is contained in:
2022-04-12 18:06:10 +02:00
parent c24e0103e2
commit 8effe3b576
20 changed files with 397 additions and 279 deletions

View File

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