From 4d2caeb7cf0c1b1d38af2eb436ebba85f20575b0 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Fri, 17 Jan 2025 01:31:02 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.5 --- go.mod | 2 +- shuttletask/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 80ec8b6..fcf2638 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module git.front.kjuulh.io/kjuulh/dagger-helm go 1.22.7 -toolchain go1.23.4 +toolchain go1.23.5 require ( dagger.io/dagger v0.15.2 diff --git a/shuttletask/go.mod b/shuttletask/go.mod index ebcbf3c..8e14d93 100644 --- a/shuttletask/go.mod +++ b/shuttletask/go.mod @@ -2,7 +2,7 @@ module shuttletask go 1.22.7 -toolchain go1.23.4 +toolchain go1.23.5 require ( dagger.io/dagger v0.15.2