feat: change minimum required Go version to 1.24

This commit is contained in:
Julian Tölle 2025-11-06 21:00:17 +01:00
parent 43d0405d2b
commit 8e561c69f4
3 changed files with 4 additions and 4 deletions

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/apricote/hcloud-upload-image
go 1.23.0
go 1.24.0
toolchain go1.25.4

View file

@ -1,6 +1,6 @@
go 1.23.0
go 1.24.0
toolchain go1.24.2
toolchain go1.25.4
use (
.

View file

@ -1,6 +1,6 @@
module github.com/apricote/hcloud-upload-image/hcloudimages
go 1.23.0
go 1.24.0
toolchain go1.25.4