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