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:
Kevin Minehart
2024-05-15 16:10:06 +03:00
committed by GitHub
parent 3aae2b7e04
commit 90970d5f58
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -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