mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 01:02:42 +08:00
Chore: Bumping go to 1.21.6 (#80709)
* Bumping go to 1.25.6 * bumping sqlite to 1.14.19 * Bumping sqlite version
This commit is contained in:
@ -8,10 +8,9 @@ load(
|
||||
"nodejs_version",
|
||||
)
|
||||
|
||||
# "go" image can be switched back to golang:{}-alpine once this is resolved https://github.com/mattn/go-sqlite3/pull/1177#issuecomment-1849176090
|
||||
images = {
|
||||
"git": "alpine/git:2.40.1",
|
||||
"go": "golang:{}-alpine3.18".format(golang_version),
|
||||
"go": "golang:{}-alpine".format(golang_version),
|
||||
"node": "node:{}-alpine".format(nodejs_version),
|
||||
"cloudsdk": "google/cloud-sdk:431.0.0",
|
||||
"publish": "grafana/grafana-ci-deploy:1.3.3",
|
||||
|
Reference in New Issue
Block a user