From 40c76313be1ec9da5c9f5b41e90d2d4ee768873a Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Fri, 14 Aug 2026 09:56:07 +0200 Subject: [PATCH] bump golang to version 1.26.6 Signed-off-by: Guillaume Lours --- .go-version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.go-version b/.go-version index 8fe00a57fe..f250c8f604 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.26.5 +1.26.6 diff --git a/Dockerfile b/Dockerfile index 432b2b9a83..691c73f545 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG GO_VERSION=1.26.5 +ARG GO_VERSION=1.26.6 ARG XX_VERSION=1.9.0 ARG GOLANGCI_LINT_VERSION=v2.11.3 ARG ADDLICENSE_VERSION=v1.0.0