golang 1.24.2
All checks were successful
release / deploy (push) Successful in 1m45s

This commit is contained in:
2025-05-13 20:54:35 +02:00
parent 54c35c88dc
commit 931aa46b4c

View File

@@ -1,4 +1,4 @@
FROM golang:1.23
FROM golang:1.24.2
# Install git and nodejs
RUN apt-get update && apt-get install -y \
@@ -10,3 +10,4 @@ RUN apt-get update && apt-get install -y \
# Verify installations
RUN git --version && node --version && npm --version