chore(build): bump Go from 1.25 to 1.26

This commit is contained in:
Quentin McGaw
2026-08-12 15:10:14 +00:00
parent 7eed6eaf16
commit 11a52a9313
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
ARG ALPINE_VERSION=3.23 ARG ALPINE_VERSION=3.23
ARG GO_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 XCPUTRANSLATE_VERSION=v0.9.0
ARG GOLANGCI_LINT_VERSION=v2.11.4 ARG GOLANGCI_LINT_VERSION=v2.11.4
ARG MOCKGEN_VERSION=v0.6.0 ARG MOCKGEN_VERSION=v0.6.0
+2 -2
View File
@@ -1,10 +1,11 @@
module github.com/qdm12/gluetun/ci module github.com/qdm12/gluetun/ci
go 1.25.0 go 1.26
require ( require (
github.com/docker/docker v28.5.1+incompatible github.com/docker/docker v28.5.1+incompatible
github.com/opencontainers/image-spec v1.1.1 github.com/opencontainers/image-spec v1.1.1
github.com/qdm12/log v0.1.0
) )
require ( require (
@@ -27,7 +28,6 @@ require (
github.com/morikuni/aec v1.0.0 // indirect github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // 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/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
go.opentelemetry.io/otel v1.38.0 // indirect go.opentelemetry.io/otel v1.38.0 // indirect
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/qdm12/gluetun/devrun module github.com/qdm12/gluetun/devrun
go 1.25.0 go 1.26
require ( require (
github.com/docker/docker v28.5.2+incompatible github.com/docker/docker v28.5.2+incompatible
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/qdm12/gluetun module github.com/qdm12/gluetun
go 1.25.0 go 1.26
require ( require (
github.com/ProtonMail/go-srp v0.0.7 github.com/ProtonMail/go-srp v0.0.7