multi: update Go to 1.23.10

This commit is contained in:
Boris Nagaev
2025-06-28 19:58:48 -03:00
parent fb48ffe2b6
commit 643fbb8af6
19 changed files with 30 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.23.9
FROM golang:1.23.10
RUN apt-get update && apt-get install -y git
ENV GOCACHE=/tmp/build/.cache