fix: update go version in dockerfile

This commit is contained in:
2026-04-06 07:08:59 +02:00
parent a4e496f3c5
commit f2b2d31e67

View File

@@ -1,4 +1,4 @@
FROM golang:1.22-bullseye AS builder FROM golang:1.24-bullseye AS builder
WORKDIR /app WORKDIR /app