CI: In promotions, set the --go-version when building Grafana packages (#87912)
* Specify drone-version when building in promotions * Specify drone-version when building in promotions
This commit is contained in:
@@ -371,6 +371,7 @@ def rgm_promotion_pipeline():
|
||||
"--enterprise-ref=$${ENTERPRISE_REF} " +
|
||||
"--grafana-repo=$${GRAFANA_REPO} " +
|
||||
"--version=$${VERSION} ",
|
||||
"--go-version={}".format(golang_version),
|
||||
],
|
||||
"environment": rgm_env_secrets(env),
|
||||
# The docker socket is a requirement for running dagger programs
|
||||
|
||||
Reference in New Issue
Block a user