Revert "bumping go to 1.25.6"

This reverts commit 73439f2cd3.
This commit is contained in:
Timur Olzhabayev
2024-01-17 11:40:25 +01:00
parent 7a9f907882
commit 7c74ab7059
11 changed files with 112 additions and 112 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ load(
# "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:{}-alpine".format(golang_version),
"go": "golang:{}-alpine3.18".format(golang_version),
"node": "node:{}-alpine".format(nodejs_version),
"cloudsdk": "google/cloud-sdk:431.0.0",
"publish": "grafana/grafana-ci-deploy:1.3.3",