Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lambda-promtail-image":
"env":
"BUILD_TIMEOUT": 60
"GO_VERSION": "1.24.4"
"GO_VERSION": "1.24.5"
"IMAGE_PREFIX": "public.ecr.aws/grafana"
"RELEASE_LIB_REF": "main"
"RELEASE_REPO": "grafana/loki"
Expand Down Expand Up @@ -107,7 +107,7 @@
"loki-canary-boringcrypto-image":
"env":
"BUILD_TIMEOUT": 60
"GO_VERSION": "1.24.4"
"GO_VERSION": "1.24.5"
"IMAGE_PREFIX": "grafana"
"RELEASE_LIB_REF": "main"
"RELEASE_REPO": "grafana/loki"
Expand Down Expand Up @@ -230,7 +230,7 @@
"loki-canary-image":
"env":
"BUILD_TIMEOUT": 60
"GO_VERSION": "1.24.4"
"GO_VERSION": "1.24.5"
"IMAGE_PREFIX": "grafana"
"RELEASE_LIB_REF": "main"
"RELEASE_REPO": "grafana/loki"
Expand Down Expand Up @@ -353,7 +353,7 @@
"loki-image":
"env":
"BUILD_TIMEOUT": 60
"GO_VERSION": "1.24.4"
"GO_VERSION": "1.24.5"
"IMAGE_PREFIX": "grafana"
"RELEASE_LIB_REF": "main"
"RELEASE_REPO": "grafana/loki"
Expand Down Expand Up @@ -476,7 +476,7 @@
"promtail-image":
"env":
"BUILD_TIMEOUT": 60
"GO_VERSION": "1.24.4"
"GO_VERSION": "1.24.5"
"IMAGE_PREFIX": "grafana"
"RELEASE_LIB_REF": "main"
"RELEASE_REPO": "grafana/loki"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BUILD_IN_CONTAINER ?= true
CI ?= false

# Ensure you run `make release-workflows` after changing this
GO_VERSION := 1.24.4
GO_VERSION := 1.24.5
# Ensure you run `make IMAGE_TAG=<updated-tag> build-image-push` after changing this
BUILD_IMAGE_TAG := 0.34.6

Expand Down
Loading