From c4c86073ae0451f61a37b16b53c878930b907686 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 14:50:13 +0100 Subject: [PATCH] chore(deps): update dependency go to v1.25.5 (#139) --- go.mod | 2 +- hcloudimages/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index e9e61e7..b025d24 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/apricote/hcloud-upload-image go 1.24.0 -toolchain go1.25.4 +toolchain go1.25.5 require ( github.com/apricote/hcloud-upload-image/hcloudimages v1.2.0 diff --git a/hcloudimages/go.mod b/hcloudimages/go.mod index 7a2d5e6..8c1e8b5 100644 --- a/hcloudimages/go.mod +++ b/hcloudimages/go.mod @@ -2,7 +2,7 @@ module github.com/apricote/hcloud-upload-image/hcloudimages go 1.24.0 -toolchain go1.25.4 +toolchain go1.25.5 require ( github.com/hetznercloud/hcloud-go/v2 v2.29.0