feat: change minimum required Go version to 1.24 (#130)

Required for some dependency updates (#88, #120)
This commit is contained in:
Julian Tölle 2025-11-06 21:03:08 +01:00 committed by GitHub
parent a20561944d
commit 5eba2d52fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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