docker: Build with Golang 1.18

This commit is contained in:
Joachim Bauch 2022-04-26 14:54:06 +02:00
parent 82c0071e80
commit ccb1a724b8
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -1,4 +1,4 @@
FROM golang:1.16 AS builder
FROM golang:1.18 AS builder
WORKDIR /workdir