upgrade go and plugin api

This commit is contained in:
Jan Husak
2025-11-09 23:56:25 +01:00
parent 5bab68bf67
commit 0f2a12d84f
3 changed files with 83 additions and 56 deletions

View File

@@ -8,6 +8,6 @@ import (
func main() {
providerserver.Serve(context.Background(), NewProvider, providerserver.ServeOpts{
Address: "ysoftdevs/bitbucket",
Address: "registry.terraform.io/ysoftdevs/bitbucket",
})
}