From 16284051fac4ff8567493e1c94583c2d05fc7ed7 Mon Sep 17 00:00:00 2001 From: thelovekesh Date: Sun, 24 May 2026 02:53:08 +0530 Subject: [PATCH] Bump go to 1.26.3 --- Dockerfile | 6 +++--- docker-bake.hcl | 2 +- go.mod | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index c70ea7d2..344f44c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -ARG GO_VERSION=1.25.4 +ARG GO_VERSION=1.26.3 -ARG ALPINE_VERSION=3.22 +ARG ALPINE_VERSION=3.23 # XX_VERSION specifies the version of the xx utility to use. # It must be a valid tag in the docker.io/tonistiigi/xx image repository. -ARG XX_VERSION=1.7.0 +ARG XX_VERSION=1.9.0 # GOVERSIONINFO_VERSION is the version of GoVersionInfo to install. # It must be a valid tag from https://github.com/josephspurrier/goversioninfo diff --git a/docker-bake.hcl b/docker-bake.hcl index f12de401..e2a0de34 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -1,5 +1,5 @@ variable "GO_VERSION" { - default = "1.25.4" + default = "1.26.3" } variable "VERSION" { default = "" diff --git a/go.mod b/go.mod index f0d5235f..72240fde 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module go.wpm.so/cli -go 1.25.0 +go 1.26.3 require ( github.com/Masterminds/semver/v3 v3.5.0