TUN-9952: Bump go to 1.26

This commit is contained in:
GoncaloGarcia
2026-04-06 13:04:18 +01:00
committed by João "Pisco" Fernandes
parent d2a87e9b93
commit 1e9deb1002
11 changed files with 71 additions and 20 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# use a builder image for building cloudflare
ARG TARGET_GOOS
ARG TARGET_GOARCH
FROM golang:1.24.13 AS builder
FROM golang:1.26.0 AS builder
ENV GO111MODULE=on \
CGO_ENABLED=0 \
TARGET_GOOS=${TARGET_GOOS} \