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

This commit is contained in:
Ondrej Vlach 2025-05-13 20:54:35 +02:00
parent 54c35c88dc
commit 931aa46b4c
No known key found for this signature in database
GPG Key ID: 7F141CDACEDEE2DE

View File

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