chore: upgrade go toolchain

This commit is contained in:
Johan Siebens
2025-04-27 09:42:14 +02:00
parent 2116b38ae5
commit d5dd7b1c9d
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.23-bullseye as builder
FROM golang:1.24-bullseye as builder
WORKDIR /app