Skip to content

Commit d641ad3

Browse files
authored
⚙️ [go] install goreleaser v2 (#116)
<!-- Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. SPDX-License-Identifier: Apache-2.0 --> ### Description - `[go]` plugin : install `goreleaser` v2 ### Test Coverage <!-- Please put an `x` in the correct box e.g. `[x]` to indicate the testing coverage of this change. --> - [ ] This change is covered by existing or additional automated tests. - [ ] Manual testing has been performed (and evidence provided) as automated testing was not feasible. - [x] Additional tests are not required for this change (e.g. documentation update).
1 parent 82562dc commit d641ad3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

continuous_delivery_scripts/plugins/golang.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def _install_syft_command_list() -> List[str]:
6767

6868

6969
def _install_goreleaser_command_list() -> List[str]:
70-
return ["go", "install", "github.com/goreleaser/goreleaser@latest"]
70+
return ["go", "install", "github.com/goreleaser/goreleaser/v2@latest"]
7171

7272

7373
def _call_golds(output_directory: Path, module: str) -> None:

news/202509091458.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:gear: `[go]` install `goreleaser` v2

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ docutils="BSD-3-Clause"
5858
backports-tarfile="MIT"
5959
Markdown="BSD-3-Clause"
6060
id="Apache-2.0"
61-
61+
regex="Apache-2.0"
62+
cffi="MIT"
6263

6364

6465
[AutoVersionConfig]

0 commit comments

Comments
 (0)