multi: bump Go to 1.24.6

This commit is contained in:
Boris Nagaev
2025-08-19 14:34:55 -03:00
parent 612ad7da27
commit 6ffe257004
21 changed files with 30 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.12-alpine as builder
FROM golang:1.24.6-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.