mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 02:10:45 -06:00
20c90ff60d
* chore: bump Go to 1.22.4 Signed-off-by: Dave Henderson <dave.henderson@grafana.com> * use go-version-file for ephemeral instances workflows too Signed-off-by: Dave Henderson <dave.henderson@grafana.com> --------- Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
"""
|
|
global variables
|
|
"""
|
|
|
|
grabpl_version = "v3.0.50"
|
|
golang_version = "1.22.4"
|
|
|
|
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
|
|
nodejs_version = "20.9.0"
|