File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1515 - " main"
1616" permissions " :
1717 " contents " : " read"
18- " pull-requests " : " read"
18+ " pull-requests " : " read"
Original file line number Diff line number Diff line change 1010 " loki-canary-boringcrypto-image " :
1111 " env " :
1212 " BUILD_TIMEOUT " : 60
13- " GO_VERSION " : " 1.24.9 "
13+ " GO_VERSION " : " 1.24.11 "
1414 " IMAGE_PREFIX " : " grafana"
1515 " RELEASE_LIB_REF " : " dfe753760ce6ec2f4549fc11d2df24a2aa584e3f"
1616 " RELEASE_REPO " : " grafana/loki"
134134 " loki-canary-image " :
135135 " env " :
136136 " BUILD_TIMEOUT " : 60
137- " GO_VERSION " : " 1.24.9 "
137+ " GO_VERSION " : " 1.24.11 "
138138 " IMAGE_PREFIX " : " grafana"
139139 " RELEASE_LIB_REF " : " dfe753760ce6ec2f4549fc11d2df24a2aa584e3f"
140140 " RELEASE_REPO " : " grafana/loki"
258258 " loki-image " :
259259 " env " :
260260 " BUILD_TIMEOUT " : 60
261- " GO_VERSION " : " 1.24.9 "
261+ " GO_VERSION " : " 1.24.11 "
262262 " IMAGE_PREFIX " : " grafana"
263263 " RELEASE_LIB_REF " : " dfe753760ce6ec2f4549fc11d2df24a2aa584e3f"
264264 " RELEASE_REPO " : " grafana/loki"
382382 " promtail-image " :
383383 " env " :
384384 " BUILD_TIMEOUT " : 60
385- " GO_VERSION " : " 1.24.9 "
385+ " GO_VERSION " : " 1.24.11 "
386386 " IMAGE_PREFIX " : " grafana"
387387 " RELEASE_LIB_REF " : " dfe753760ce6ec2f4549fc11d2df24a2aa584e3f"
388388 " RELEASE_REPO " : " grafana/loki"
512512 " workflow_dispatch " : {}
513513" permissions " :
514514 " contents " : " read"
515- " pull-requests " : " read"
515+ " pull-requests " : " read"
Original file line number Diff line number Diff line change @@ -1108,4 +1108,4 @@ name: "Prepare Minor Release PR from Weekly"
11081108 - " k[0-9]+"
11091109permissions :
11101110 contents : " read"
1111- pull-requests : " read"
1111+ pull-requests : " read"
Original file line number Diff line number Diff line change @@ -1108,4 +1108,4 @@ name: "Prepare Patch Release PR"
11081108 - " release-[0-9]+.[0-9]+.x"
11091109permissions :
11101110 contents : " read"
1111- pull-requests : " read"
1111+ pull-requests : " read"
Original file line number Diff line number Diff line change @@ -441,4 +441,4 @@ name: "create release"
441441 - " main"
442442permissions :
443443 contents : " read"
444- pull-requests : " read"
444+ pull-requests : " read"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ BUILD_IN_CONTAINER ?= true
1818CI ?= false
1919
2020# Ensure you run `make release-workflows` after changing this
21- GO_VERSION := 1.24.9
21+ GO_VERSION := 1.24.11
2222# Ensure you run `make IMAGE_TAG=<updated-tag> build-image-push` after changing this
2323BUILD_IMAGE_TAG := 0.34.7
2424
You can’t perform that action at this time.
0 commit comments