aa03183150
* feat: update to Go 1.22.11 * chore: make drone * CI: Force re-build * chore: go work use * build: update mariadb connection The new Alpine base that the Golang images are built on no longer trust the CA of MySQL. This is a backport of: https://github.com/grafana/grafana/pull/98857 (cherry picked from commite1bb8ccb79) (cherry picked from commit5becd9ac03)
10 lines
182 B
Python
10 lines
182 B
Python
"""
|
|
global variables
|
|
"""
|
|
|
|
grabpl_version = "v3.1.1"
|
|
golang_version = "1.22.11"
|
|
|
|
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
|
|
nodejs_version = "20.9.0"
|