diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b85525a..f749a362 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ on: env: DESTDIR: ./bin - GO_VERSION: 1.21.10 + GO_VERSION: 1.22.8 jobs: validate: diff --git a/Dockerfile b/Dockerfile index e28a8b57..15e74502 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.21.10 +ARG GO_VERSION=1.22.8 ARG DEBIAN_VERSION=bookworm ARG XX_VERSION=1.5.0 diff --git a/deb/Dockerfile b/deb/Dockerfile index 5f617e0c..1614b778 100644 --- a/deb/Dockerfile +++ b/deb/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.21.10 +ARG GO_VERSION=1.22.8 ARG DISTRO=ubuntu ARG SUITE=focal diff --git a/docker-bake.hcl b/docker-bake.hcl index c72103a5..f65783cc 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -1,5 +1,5 @@ variable "GO_VERSION" { - default = "1.21.10" + default = null } # Defines the output folder