Bump go to 1.24

This commit is contained in:
2025-02-21 19:37:35 +01:00
parent b5fe362183
commit 10c199109a
5 changed files with 98 additions and 147 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.23-alpine AS builder
FROM golang:1.24-alpine AS builder
ARG ARG_VERSION
ENV VERSION=$ARG_VERSION