File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
" lambda-promtail-image " :
11
11
" env " :
12
12
" BUILD_TIMEOUT " : 60
13
- " GO_VERSION " : " 1.23.7 "
13
+ " GO_VERSION " : " 1.23.8 "
14
14
" IMAGE_PREFIX " : " public.ecr.aws/grafana"
15
15
" RELEASE_LIB_REF " : " main"
16
16
" RELEASE_REPO " : " grafana/loki"
107
107
" loki-canary-boringcrypto-image " :
108
108
" env " :
109
109
" BUILD_TIMEOUT " : 60
110
- " GO_VERSION " : " 1.23.7 "
110
+ " GO_VERSION " : " 1.23.8 "
111
111
" IMAGE_PREFIX " : " grafana"
112
112
" RELEASE_LIB_REF " : " main"
113
113
" RELEASE_REPO " : " grafana/loki"
230
230
" loki-canary-image " :
231
231
" env " :
232
232
" BUILD_TIMEOUT " : 60
233
- " GO_VERSION " : " 1.23.7 "
233
+ " GO_VERSION " : " 1.23.8 "
234
234
" IMAGE_PREFIX " : " grafana"
235
235
" RELEASE_LIB_REF " : " main"
236
236
" RELEASE_REPO " : " grafana/loki"
353
353
" loki-image " :
354
354
" env " :
355
355
" BUILD_TIMEOUT " : 60
356
- " GO_VERSION " : " 1.23.7 "
356
+ " GO_VERSION " : " 1.23.8 "
357
357
" IMAGE_PREFIX " : " grafana"
358
358
" RELEASE_LIB_REF " : " main"
359
359
" RELEASE_REPO " : " grafana/loki"
476
476
" promtail-image " :
477
477
" env " :
478
478
" BUILD_TIMEOUT " : 60
479
- " GO_VERSION " : " 1.23.7 "
479
+ " GO_VERSION " : " 1.23.8 "
480
480
" IMAGE_PREFIX " : " grafana"
481
481
" RELEASE_LIB_REF " : " main"
482
482
" RELEASE_REPO " : " grafana/loki"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ BUILD_IN_CONTAINER ?= true
18
18
CI ?= false
19
19
20
20
# Ensure you run `make release-workflows` after changing this
21
- GO_VERSION := 1.23.7
21
+ GO_VERSION := 1.23.8
22
22
# Ensure you run `make IMAGE_TAG=<updated-tag> build-image-push` after changing this
23
23
BUILD_IMAGE_TAG := 0.34.5
24
24
You can’t perform that action at this time.
0 commit comments