multi: bump Golang version to v1.23.12

This commit is contained in:
ziggie
2025-08-07 16:07:06 +02:00
committed by Oliver Gugger
parent 4498921091
commit 40b40f7ae4
20 changed files with 44 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
# If you change this please also update GO_VERSION in Makefile (then run
# `make lint` to see where else it needs to be updated as well).
FROM golang:1.23.9-alpine AS builder
FROM golang:1.23.12-alpine AS builder
LABEL maintainer="Olaoluwa Osuntokun <laolu@lightning.engineering>"