golang 1.25.4
All checks were successful
release / deploy (push) Successful in 2m32s

This commit is contained in:
Ondrej Vlach 2025-11-17 18:27:10 +01:00
parent 931aa46b4c
commit 3f32ab136b

View File

@ -1,4 +1,4 @@
FROM golang:1.24.2
FROM golang:1.25.4
# Install git and nodejs
RUN apt-get update && apt-get install -y \