build: bump Go version to v1.23.9

This commit is contained in:
Olaoluwa Osuntokun
2025-05-06 15:49:54 -07:00
parent 67a40c90ad
commit 1c76c6198c
11 changed files with 19 additions and 19 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.6-alpine as builder
FROM golang:1.23.9-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.