mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 13:09:22 -06:00
f1aa6549f6
* Chore: Upgrade go version to 1.22.2 * upgrade to latest swagger for go 1.22 compatibility * regen openapi spec * upgrade go in github workflows
10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
"""
|
|
global variables
|
|
"""
|
|
|
|
grabpl_version = "v3.0.50"
|
|
golang_version = "1.22.2"
|
|
|
|
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
|
|
nodejs_version = "20.9.0"
|