Skip to content

Commit 4991e71

Browse files
authored
Chore: Upgrade Go to 1.21.5 (grafana#79329)
* bumping grafanas go version to 1.21.5 * adding how to upgrade go doc * removing the whole ci-build and corresponding pipelines * clarifying that we have to run make drone * fixing starlark linter and removing unused code * Adding note about enterprise * trying to change the underyling image to avoid musl issues * only need to golang one
1 parent 79fca7d commit 4991e71

18 files changed

+134
-435
lines changed

.drone.star

-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ load(
1919
)
2020
load(
2121
"scripts/drone/pipelines/ci_images.star",
22-
"publish_ci_build_container_image_pipeline",
2322
"publish_ci_windows_test_image_pipeline",
2423
)
2524
load(
@@ -51,7 +50,6 @@ def main(_ctx):
5150
}, "oss", "testing")] +
5251
integration_test_pipelines() +
5352
publish_ci_windows_test_image_pipeline() +
54-
publish_ci_build_container_image_pipeline() +
5553
cronjobs() +
5654
secrets()
5755
)

0 commit comments

Comments
 (0)