From 0d67891cb814efcb37c36d9d362dc0b1aca0bb38 Mon Sep 17 00:00:00 2001 From: Paul Rogers <129207811+paul1r@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:37:38 -0500 Subject: [PATCH] fix(deps): Update Go for Loki 3.2 (#15712) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e835ffbbfa96e..90832849c2bdf 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ BUILD_IN_CONTAINER ?= true # ensure you run `make drone` and `make release-workflows` after changing this BUILD_IMAGE_VERSION ?= 0.33.7 -GO_VERSION := 1.22.6 +GO_VERSION := 1.22.10 # Docker image info IMAGE_PREFIX ?= grafana