multi: update build system to Go 1.23

This commit is contained in:
Olaoluwa Osuntokun
2025-02-12 14:00:16 -08:00
parent 68105be1eb
commit 61852fbe95
11 changed files with 24 additions and 24 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.11-alpine as builder
FROM golang:1.23.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.