mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2026-01-13 13:21:01 +00:00
feat(deps): require Go 1.23 (#70)
Required for newer version of hcloud-go/v2.
This commit is contained in:
parent
021787a9c3
commit
f3fcb623fc
3 changed files with 4 additions and 2 deletions
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/apricote/hcloud-upload-image
|
||||
|
||||
go 1.22.2
|
||||
go 1.23
|
||||
|
||||
require (
|
||||
github.com/apricote/hcloud-upload-image/hcloudimages v0.3.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue