We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[go]
goreleaser
1 parent 82562dc commit bf93c2eCopy full SHA for bf93c2e
continuous_delivery_scripts/plugins/golang.py
@@ -67,7 +67,7 @@ def _install_syft_command_list() -> List[str]:
67
68
69
def _install_goreleaser_command_list() -> List[str]:
70
- return ["go", "install", "github.com/goreleaser/goreleaser@latest"]
+ return ["go", "install", "github.com/goreleaser/goreleaser/v2@latest"]
71
72
73
def _call_golds(output_directory: Path, module: str) -> None:
0 commit comments