chore: upgraded go version (#764)

This commit is contained in:
Rüdiger Schmitz 2025-04-04 13:01:17 +02:00 committed by GitHub
parent 79d7b8075d
commit c1a8fde882
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/stackitcloud/terraform-provider-stackit
go 1.23.0
go 1.24
require (
github.com/google/go-cmp v0.7.0