chore(deps): update dependency go to v1.26.0 (#154)
Some checks failed
ci / lint (push) Has been cancelled
ci / test (push) Has been cancelled
ci / go-mod-tidy (push) Has been cancelled
ci / cli-help-pages (push) Has been cancelled
ci / nix-build (push) Has been cancelled
docs / deploy (push) Has been cancelled
release-please / release-please (push) Has been cancelled

This commit is contained in:
renovate[bot] 2026-02-25 21:35:43 +01:00 committed by GitHub
parent 30e02bf4a0
commit edbd6df141
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -2,7 +2,7 @@ module github.com/apricote/hcloud-upload-image
go 1.24.0
toolchain go1.25.5
toolchain go1.26.0
require (
github.com/apricote/hcloud-upload-image/hcloudimages v1.3.0

View File

@ -2,7 +2,7 @@ module github.com/apricote/hcloud-upload-image/hcloudimages
go 1.24.0
toolchain go1.25.5
toolchain go1.26.0
require (
github.com/hetznercloud/hcloud-go/v2 v2.34.0