Chore: Update `grabpl` (#79758) Update grabpl (cherry picked from commit7ba930b135) # Conflicts: # .drone.yml Co-authored-by: Dimitris Sotirakis <dimitrios.sotirakis@grafana.com> (cherry picked from commit897efd0e14)
10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
"""
|
|
global variables
|
|
"""
|
|
|
|
grabpl_version = "v3.0.47"
|
|
golang_version = "1.21.5"
|
|
|
|
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
|
|
nodejs_version = "20.9.0"
|