diff --git a/go.mod b/go.mod index 6ee71b6f3..1d5b49f46 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/scaleway/terraform-provider-scaleway/v2 -go 1.24.0 +go 1.25.0 require ( github.com/alexedwards/argon2id v1.0.0 @@ -186,3 +186,10 @@ tool ( github.com/katbyte/terrafmt gotest.tools/gotestsum ) + +ignore ( + ./docs + ./examples + ./scripts + ./templates +)