ci: bump Go version to 1.26.0 in Dockerfile
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m34s

This commit is contained in:
2026-02-23 20:40:04 +01:00
parent f9f8dcf004
commit 064281efa4

View File

@@ -1,6 +1,6 @@
FROM debian:bookworm-slim FROM debian:bookworm-slim
ARG GO_VERSION=1.24.0 ARG GO_VERSION=1.26.0
ARG NODE_MAJOR=22 ARG NODE_MAJOR=22
ENV PATH="/usr/local/go/bin:${PATH}" ENV PATH="/usr/local/go/bin:${PATH}"