From 712f7c3d35c33388687f2ca25976469382641342 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Wed, 29 Oct 2025 02:34:22 +0000 Subject: [PATCH] chore(build): bump Go from 1.23 to 1.24 --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ed9132f3..db5394bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG ALPINE_VERSION=3.20 ARG GO_ALPINE_VERSION=3.20 -ARG GO_VERSION=1.23 +ARG GO_VERSION=1.24 ARG XCPUTRANSLATE_VERSION=v0.9.0 ARG GOLANGCI_LINT_VERSION=v2.4.0 ARG MOCKGEN_VERSION=v1.6.0 diff --git a/go.mod b/go.mod index 196f2949..19712d37 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/qdm12/gluetun -go 1.23 +go 1.24 require ( github.com/breml/rootcerts v0.2.20