From edbd6df141b84ce9bf4b5dfd56f1de4a8cddfa23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 21:35:43 +0100 Subject: [PATCH] chore(deps): update dependency go to v1.26.0 (#154) --- go.mod | 2 +- hcloudimages/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index dfe7bed..e831cb1 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.5 +toolchain go1.26.0 require ( github.com/apricote/hcloud-upload-image/hcloudimages v1.3.0 diff --git a/hcloudimages/go.mod b/hcloudimages/go.mod index 27e05fd..5ec925b 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.5 +toolchain go1.26.0 require ( github.com/hetznercloud/hcloud-go/v2 v2.34.0