From 9b61a17a2478d8ef4ca13d2c0160bfd363e53fd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 20:35:08 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.24.3 --- go.mod | 2 +- hcloudimages/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 69de163..62c07fc 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/apricote/hcloud-upload-image go 1.23.0 -toolchain go1.24.2 +toolchain go1.24.3 require ( github.com/apricote/hcloud-upload-image/hcloudimages v1.0.0 diff --git a/hcloudimages/go.mod b/hcloudimages/go.mod index fdbf330..bd5e39a 100644 --- a/hcloudimages/go.mod +++ b/hcloudimages/go.mod @@ -2,7 +2,7 @@ module github.com/apricote/hcloud-upload-image/hcloudimages go 1.23.0 -toolchain go1.24.2 +toolchain go1.24.3 require ( github.com/hetznercloud/hcloud-go/v2 v2.21.0