Bump go to 1.21 (#3360)

This commit is contained in:
Till 2024-08-02 08:35:38 +02:00 committed by GitHub
parent 9897959731
commit a37d317958
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 47 additions and 25 deletions

View file

@ -1,5 +1,4 @@
# Pinned to alpine3.18 until https://github.com/mattn/go-sqlite3/issues/1164 is solved
FROM docker.io/golang:1.21-alpine3.18 AS base
FROM docker.io/golang:1.22 AS base
#
# Needs to be separate from the main Dockerfile for OpenShift,