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-bookworm
FROM golang:1.23.6-bookworm
MAINTAINER Olaoluwa Osuntokun <laolu@lightning.engineering>