Refactor starlark to remove references to the build_image (#74624)

* Refactor starlark to remove references to the build_image
This commit is contained in:
Kevin Minehart
2023-09-12 10:19:06 -05:00
committed by GitHub
parent 4f5728233c
commit 915f198ecb
27 changed files with 1129 additions and 2539 deletions

View File

@@ -0,0 +1,9 @@
"""
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"