diff --git a/continuous_delivery_scripts/plugins/golang.py b/continuous_delivery_scripts/plugins/golang.py index 25c2551..8c3204e 100644 --- a/continuous_delivery_scripts/plugins/golang.py +++ b/continuous_delivery_scripts/plugins/golang.py @@ -67,7 +67,7 @@ def _install_syft_command_list() -> List[str]: def _install_goreleaser_command_list() -> List[str]: - return ["go", "install", "github.com/goreleaser/goreleaser@latest"] + return ["go", "install", "github.com/goreleaser/goreleaser/v2@latest"] def _call_golds(output_directory: Path, module: str) -> None: diff --git a/news/202509091458.bugfix b/news/202509091458.bugfix new file mode 100644 index 0000000..cca91aa --- /dev/null +++ b/news/202509091458.bugfix @@ -0,0 +1 @@ +:gear: `[go]` install `goreleaser` v2 diff --git a/pyproject.toml b/pyproject.toml index 0e6caf9..3c982ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,8 @@ docutils="BSD-3-Clause" backports-tarfile="MIT" Markdown="BSD-3-Clause" id="Apache-2.0" - +regex="Apache-2.0" +cffi="MIT" [AutoVersionConfig]