From 11a52a93131e278b0c9b757830ede8e09a57af30 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Wed, 12 Aug 2026 15:10:14 +0000 Subject: [PATCH] chore(build): bump Go from 1.25 to 1.26 --- Dockerfile | 2 +- ci/go.mod | 4 ++-- devrun/go.mod | 2 +- go.mod | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 29fc0c55..d2470a0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG ALPINE_VERSION=3.23 ARG GO_ALPINE_VERSION=3.23 -ARG GO_VERSION=1.25 +ARG GO_VERSION=1.26 ARG XCPUTRANSLATE_VERSION=v0.9.0 ARG GOLANGCI_LINT_VERSION=v2.11.4 ARG MOCKGEN_VERSION=v0.6.0 diff --git a/ci/go.mod b/ci/go.mod index 7e494faa..dbeb8049 100644 --- a/ci/go.mod +++ b/ci/go.mod @@ -1,10 +1,11 @@ module github.com/qdm12/gluetun/ci -go 1.25.0 +go 1.26 require ( github.com/docker/docker v28.5.1+incompatible github.com/opencontainers/image-spec v1.1.1 + github.com/qdm12/log v0.1.0 ) require ( @@ -27,7 +28,6 @@ require ( github.com/morikuni/aec v1.0.0 // indirect github.com/opencontainers/go-digest v1.0.0 // indirect github.com/pkg/errors v0.9.1 // indirect - github.com/qdm12/log v0.1.0 // indirect go.opentelemetry.io/auto/sdk v1.1.0 // indirect go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect go.opentelemetry.io/otel v1.38.0 // indirect diff --git a/devrun/go.mod b/devrun/go.mod index 8e4419b8..0c4dfed9 100644 --- a/devrun/go.mod +++ b/devrun/go.mod @@ -1,6 +1,6 @@ module github.com/qdm12/gluetun/devrun -go 1.25.0 +go 1.26 require ( github.com/docker/docker v28.5.2+incompatible diff --git a/go.mod b/go.mod index 69f261d7..1ac9b4d8 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/qdm12/gluetun -go 1.25.0 +go 1.26 require ( github.com/ProtonMail/go-srp v0.0.7