Skip to content

feat: support installing goreleaser v2

Bob Van Landuyt requested to merge bvl/goreleaser2-support into main

feat: support installing goreleaser v2

When the version we want to install is 2 or larger, the module is namespaced in v2. This change allows us to keep installing v1 from github.com/goreleaser/goreleaser, but for any other version, it will append /v$version to the module path.

This should allow us to update goreleaser to v2 in jsonnet-tool!152 (merged)

Merge request reports