multi: bump Go version to v1.22.11

This commit is contained in:
Oliver Gugger
2025-01-30 16:13:26 +01:00
parent 32cdbb43f6
commit 191c838ad1
11 changed files with 11 additions and 11 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.22.6-alpine as builder
FROM golang:1.22.11-alpine as builder
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
# queries required to connect to linked containers succeed.