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,4 +1,4 @@
FROM golang:1.22.11
FROM golang:1.23.6
RUN apt-get update && apt-get install -y git
ENV GOCACHE=/tmp/build/.cache