Files
grafana/scripts/drone/variables.star
Kevin Minehart 915f198ecb Refactor starlark to remove references to the build_image (#74624)
* Refactor starlark to remove references to the build_image
2023-09-12 12:19:06 -03:00

10 lines
183 B
Plaintext

"""
global variables
"""
grabpl_version = "v3.0.41"
golang_version = "1.21.1"
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
nodejs_version = "18.12.0"