diff --git a/Dockerfile b/Dockerfile index c70ea7d..344f44c 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 f12de40..e2a0de3 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 f0d5235..72240fd 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