Update Go version to 1.18, prepare release

This commit is contained in:
Christoph Haas
2023-02-19 00:07:38 +01:00
parent c5c6135793
commit 4b5e63c44b
7 changed files with 58 additions and 825 deletions

View File

@@ -4,7 +4,7 @@
######-
# Start from the latest golang base image as builder image (only used to compile the code)
######-
FROM golang:1.16 as builder
FROM golang:1.18 as builder
ARG BUILD_IDENTIFIER
ENV ENV_BUILD_IDENTIFIER=$BUILD_IDENTIFIER