diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e09216b4ac..a80fb3cd3a 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -15,4 +15,4 @@ - "main" "permissions": "contents": "read" - "pull-requests": "read" + "pull-requests": "read" \ No newline at end of file diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index ab52443a48..3aa8ee079c 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -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" \ No newline at end of file diff --git a/.github/workflows/minor-release-pr.yml b/.github/workflows/minor-release-pr.yml index 974b583ae9..5db675f2f3 100644 --- a/.github/workflows/minor-release-pr.yml +++ b/.github/workflows/minor-release-pr.yml @@ -1108,4 +1108,4 @@ name: "Prepare Minor Release PR from Weekly" - "k[0-9]+" permissions: contents: "read" - pull-requests: "read" + pull-requests: "read" \ No newline at end of file diff --git a/.github/workflows/patch-release-pr.yml b/.github/workflows/patch-release-pr.yml index cd743c7dad..0bde951f55 100644 --- a/.github/workflows/patch-release-pr.yml +++ b/.github/workflows/patch-release-pr.yml @@ -1108,4 +1108,4 @@ name: "Prepare Patch Release PR" - "release-[0-9]+.[0-9]+.x" permissions: contents: "read" - pull-requests: "read" + pull-requests: "read" \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b473f62147..f1b97464fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -441,4 +441,4 @@ name: "create release" - "main" permissions: contents: "read" - pull-requests: "read" + pull-requests: "read" \ No newline at end of file diff --git a/Makefile b/Makefile index 7ecc665794..e2c4060714 100644 --- a/Makefile +++ b/Makefile @@ -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= build-image-push` after changing this BUILD_IMAGE_TAG := 0.34.7