From 1e3294ee8f1c97972b08643a1670f7e43a11ea96 Mon Sep 17 00:00:00 2001 From: Chris Burkert Date: Thu, 4 Jun 2026 11:14:53 +0200 Subject: [PATCH] fix: bump Go toolchain to v1.26.4 Signed-off-by: Chris Burkert --- go.mod | 2 +- helm-tests/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index a88a703..b4ad20d 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/openkcm/session-manager go 1.26.0 -toolchain go1.26.3 +toolchain go1.26.4 tool ( github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen diff --git a/helm-tests/go.mod b/helm-tests/go.mod index afe3e86..0e9b2ab 100644 --- a/helm-tests/go.mod +++ b/helm-tests/go.mod @@ -2,7 +2,7 @@ module github.com/openkcm/session-manager/helm-tests go 1.26 -toolchain go1.26.3 +toolchain go1.26.4 require ( github.com/gruntwork-io/terratest v0.56.0