fix(deps): Update go version to 1.24.11 (#20200)

pull/19856/head v3.5.9
Sophie Waldman 4 weeks ago committed by GitHub
parent 7b70214b81
commit 79d8922b9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/check.yml
  2. 10
      .github/workflows/images.yml
  3. 2
      .github/workflows/minor-release-pr.yml
  4. 2
      .github/workflows/patch-release-pr.yml
  5. 2
      .github/workflows/release.yml
  6. 2
      Makefile

@ -15,4 +15,4 @@
- "main"
"permissions":
"contents": "read"
"pull-requests": "read"
"pull-requests": "read"

@ -10,7 +10,7 @@
"loki-canary-boringcrypto-image":
"env":
"BUILD_TIMEOUT": 60
"GO_VERSION": "1.24.9"
"GO_VERSION": "1.24.11"
"IMAGE_PREFIX": "grafana"
"RELEASE_LIB_REF": "dfe753760ce6ec2f4549fc11d2df24a2aa584e3f"
"RELEASE_REPO": "grafana/loki"
@ -134,7 +134,7 @@
"loki-canary-image":
"env":
"BUILD_TIMEOUT": 60
"GO_VERSION": "1.24.9"
"GO_VERSION": "1.24.11"
"IMAGE_PREFIX": "grafana"
"RELEASE_LIB_REF": "dfe753760ce6ec2f4549fc11d2df24a2aa584e3f"
"RELEASE_REPO": "grafana/loki"
@ -258,7 +258,7 @@
"loki-image":
"env":
"BUILD_TIMEOUT": 60
"GO_VERSION": "1.24.9"
"GO_VERSION": "1.24.11"
"IMAGE_PREFIX": "grafana"
"RELEASE_LIB_REF": "dfe753760ce6ec2f4549fc11d2df24a2aa584e3f"
"RELEASE_REPO": "grafana/loki"
@ -382,7 +382,7 @@
"promtail-image":
"env":
"BUILD_TIMEOUT": 60
"GO_VERSION": "1.24.9"
"GO_VERSION": "1.24.11"
"IMAGE_PREFIX": "grafana"
"RELEASE_LIB_REF": "dfe753760ce6ec2f4549fc11d2df24a2aa584e3f"
"RELEASE_REPO": "grafana/loki"
@ -512,4 +512,4 @@
"workflow_dispatch": {}
"permissions":
"contents": "read"
"pull-requests": "read"
"pull-requests": "read"

@ -1108,4 +1108,4 @@ name: "Prepare Minor Release PR from Weekly"
- "k[0-9]+"
permissions:
contents: "read"
pull-requests: "read"
pull-requests: "read"

@ -1108,4 +1108,4 @@ name: "Prepare Patch Release PR"
- "release-[0-9]+.[0-9]+.x"
permissions:
contents: "read"
pull-requests: "read"
pull-requests: "read"

@ -441,4 +441,4 @@ name: "create release"
- "main"
permissions:
contents: "read"
pull-requests: "read"
pull-requests: "read"

@ -18,7 +18,7 @@ BUILD_IN_CONTAINER ?= true
CI ?= false
# Ensure you run `make release-workflows` after changing this
GO_VERSION := 1.24.9
GO_VERSION := 1.24.11
# Ensure you run `make IMAGE_TAG=<updated-tag> build-image-push` after changing this
BUILD_IMAGE_TAG := 0.34.7

Loading…
Cancel
Save