diff --git a/go.mod b/go.mod index 885299e..23f7a41 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/apricote/hcloud-upload-image -go 1.23.0 +go 1.24.0 toolchain go1.25.4 diff --git a/go.work b/go.work index 6d38f65..0e2f596 100644 --- a/go.work +++ b/go.work @@ -1,6 +1,6 @@ -go 1.23.0 +go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.4 use ( . diff --git a/hcloudimages/go.mod b/hcloudimages/go.mod index 520c306..c2e6b87 100644 --- a/hcloudimages/go.mod +++ b/hcloudimages/go.mod @@ -1,6 +1,6 @@ module github.com/apricote/hcloud-upload-image/hcloudimages -go 1.23.0 +go 1.24.0 toolchain go1.25.4