Skip to content

Commit 79d8922

Browse files
fix(deps): Update go version to 1.24.11 (#20200)
1 parent 7b70214 commit 79d8922

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
- "main"
1616
"permissions":
1717
"contents": "read"
18-
"pull-requests": "read"
18+
"pull-requests": "read"

.github/workflows/images.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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"
@@ -134,7 +134,7 @@
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"
@@ -258,7 +258,7 @@
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"
@@ -382,7 +382,7 @@
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"
@@ -512,4 +512,4 @@
512512
"workflow_dispatch": {}
513513
"permissions":
514514
"contents": "read"
515-
"pull-requests": "read"
515+
"pull-requests": "read"

.github/workflows/minor-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,4 +1108,4 @@ name: "Prepare Minor Release PR from Weekly"
11081108
- "k[0-9]+"
11091109
permissions:
11101110
contents: "read"
1111-
pull-requests: "read"
1111+
pull-requests: "read"

.github/workflows/patch-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,4 +1108,4 @@ name: "Prepare Patch Release PR"
11081108
- "release-[0-9]+.[0-9]+.x"
11091109
permissions:
11101110
contents: "read"
1111-
pull-requests: "read"
1111+
pull-requests: "read"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,4 +441,4 @@ name: "create release"
441441
- "main"
442442
permissions:
443443
contents: "read"
444-
pull-requests: "read"
444+
pull-requests: "read"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ BUILD_IN_CONTAINER ?= true
1818
CI ?= 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
2323
BUILD_IMAGE_TAG := 0.34.7
2424

0 commit comments

Comments
 (0)