bump go ver and deps as well

This commit is contained in:
Laptop
2025-02-13 22:46:49 +02:00
parent 62a335ea9a
commit 0768674af6
4 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
ARG GO_VERSION=1.23.6
ARG GO_VERSION=1.24.0
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION} AS build
ARG TARGETOS