From bf93c2e0105c23484b83738c06719c5a18baba18 Mon Sep 17 00:00:00 2001 From: Adrien CABARBAYE Date: Tue, 9 Sep 2025 14:57:42 +0100 Subject: [PATCH 1/4] :gear: `[go]` install `goreleaser` v2 --- continuous_delivery_scripts/plugins/golang.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From 4e8df40271ac288c5a7f79fe8863dd179cd1a07f Mon Sep 17 00:00:00 2001 From: Adrien CABARBAYE Date: Tue, 9 Sep 2025 14:58:39 +0100 Subject: [PATCH 2/4] Create 202509091458.bugfix --- news/202509091458.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/202509091458.bugfix 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 From b3f2b863cc5274241b8cffdbdbd85327e956b27c Mon Sep 17 00:00:00 2001 From: Adrien CABARBAYE Date: Tue, 9 Sep 2025 15:01:10 +0100 Subject: [PATCH 3/4] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0e6caf9..5e3fbda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,6 +58,7 @@ docutils="BSD-3-Clause" backports-tarfile="MIT" Markdown="BSD-3-Clause" id="Apache-2.0" +regex="Apache-2.0" From 091f453b4656d2fcadf1bb6a8c0574452dc7a8e6 Mon Sep 17 00:00:00 2001 From: Adrien CABARBAYE Date: Tue, 9 Sep 2025 15:02:23 +0100 Subject: [PATCH 4/4] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e3fbda..3c982ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ backports-tarfile="MIT" Markdown="BSD-3-Clause" id="Apache-2.0" regex="Apache-2.0" - +cffi="MIT" [AutoVersionConfig]