Skip to content

Commit bf93c2e

Browse files
authored
⚙️ [go] install goreleaser v2
1 parent 82562dc commit bf93c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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:

0 commit comments

Comments
 (0)