mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2026-01-13 13:21:01 +00:00
feat: change minimum required Go version to 1.24
This commit is contained in:
parent
43d0405d2b
commit
8e561c69f4
3 changed files with 4 additions and 4 deletions
2
go.mod
2
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
|
||||
|
||||
|
|
|
|||
4
go.work
4
go.work
|
|
@ -1,6 +1,6 @@
|
|||
go 1.23.0
|
||||
go 1.24.0
|
||||
|
||||
toolchain go1.24.2
|
||||
toolchain go1.25.4
|
||||
|
||||
use (
|
||||
.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/apricote/hcloud-upload-image/hcloudimages
|
||||
|
||||
go 1.23.0
|
||||
go 1.24.0
|
||||
|
||||
toolchain go1.25.4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue