From 65d13910ee69560b4aa87de465aeea85e154d009 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 8 Jun 2026 12:18:01 +0200 Subject: [PATCH] update to go1.26.4 Signed-off-by: Sebastiaan van Stijn --- .github/workflows/build.yml | 2 +- Dockerfile | 2 +- deb/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8e8a8c..d6b3a66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ on: env: DESTDIR: ./bin - GO_VERSION: 1.26.3 + GO_VERSION: 1.26.4 jobs: validate: diff --git a/Dockerfile b/Dockerfile index d24b9c4..5c83228 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # GO_VERSION sets the version of the golang base image to use. # It must be a valid tag in the docker.io/library/golang image repository. -ARG GO_VERSION=1.26.3 +ARG GO_VERSION=1.26.4 # BASE_DEBIAN_DISTRO sets the golang base image debian variant to use. # It must be a valid variant in the docker.io/library/golang image repository. diff --git a/deb/Dockerfile b/deb/Dockerfile index bd81776..b415ed1 100644 --- a/deb/Dockerfile +++ b/deb/Dockerfile @@ -2,7 +2,7 @@ # GO_VERSION sets the version of the golang base image to use. # It must be a valid tag in the docker.io/library/golang image repository. -ARG GO_VERSION=1.26.3 +ARG GO_VERSION=1.26.4 # BASE_DEBIAN_DISTRO sets the golang base image debian variant to use. # It must be a valid variant in the docker.io/library/golang image repository.