Skip to content

Commit 72df4d3

Browse files
blewis12grafana-alloybot[bot]
authored andcommitted
ci: Update Go Version to v1.25.7 (#5529)
A follow up to #5525 Should also fix [CVE-2025-68121](https://ops.grafana-ops.net/a/grafana-vulnerabilityobs-app/cves/details/CVE-2025-68121) (cherry picked from commit b42f2f8)
1 parent ccda4a5 commit 72df4d3

14 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build_linux:
1616
name: Build on Linux
1717
runs-on: github-hosted-ubuntu-x64-large
18-
container: grafana/alloy-build-image:v0.1.26@sha256:54ef2371fc6b049d932c58d4622c88b573b45c393b7622fe6cca492ac4525dbe
18+
container: grafana/alloy-build-image:v0.1.27@sha256:1c3b0de3d5cdd1d2e8b7fab4da70e1bda6629eede4cfaee846d04c4e80f14708
1919
strategy:
2020
matrix:
2121
os: [linux]
@@ -42,7 +42,7 @@ jobs:
4242
build_linux_boringcrypto:
4343
name: Build on Linux (boringcrypto)
4444
runs-on: github-hosted-ubuntu-x64-large
45-
container: grafana/alloy-build-image:v0.1.26-boringcrypto@sha256:1727887982c65a40e489b41ec1c793e97bdf04f5774dba329cd8ee54bd7cae86
45+
container: grafana/alloy-build-image:v0.1.27-boringcrypto@sha256:5fe91132f0ede383a9603a981835cdd0e206e814899755a6167ae5d5a8d3b040
4646
strategy:
4747
matrix:
4848
os: [linux]
@@ -123,7 +123,7 @@ jobs:
123123
build_freebsd:
124124
name: Build on FreeBSD (AMD64)
125125
runs-on: github-hosted-ubuntu-x64-large
126-
container: grafana/alloy-build-image:v0.1.26@sha256:54ef2371fc6b049d932c58d4622c88b573b45c393b7622fe6cca492ac4525dbe
126+
container: grafana/alloy-build-image:v0.1.27@sha256:1c3b0de3d5cdd1d2e8b7fab4da70e1bda6629eede4cfaee846d04c4e80f14708
127127
steps:
128128
- name: Checkout code
129129
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

.github/workflows/publish-alloy-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permissions:
2626
jobs:
2727
publish_linux_container:
2828
name: Publish Alloy Linux container
29-
container: grafana/alloy-build-image:v0.1.26@sha256:54ef2371fc6b049d932c58d4622c88b573b45c393b7622fe6cca492ac4525dbe
29+
container: grafana/alloy-build-image:v0.1.27@sha256:1c3b0de3d5cdd1d2e8b7fab4da70e1bda6629eede4cfaee846d04c4e80f14708
3030
runs-on:
3131
labels: github-hosted-ubuntu-x64-large
3232
permissions:

.github/workflows/release-publish-alloy-artifacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
build_alloy:
3535
name: Build Alloy
36-
container: grafana/alloy-build-image:v0.1.26@sha256:54ef2371fc6b049d932c58d4622c88b573b45c393b7622fe6cca492ac4525dbe
36+
container: grafana/alloy-build-image:v0.1.27@sha256:1c3b0de3d5cdd1d2e8b7fab4da70e1bda6629eede4cfaee846d04c4e80f14708
3737
runs-on:
3838
labels: github-hosted-ubuntu-x64-large
3939
needs:
@@ -115,7 +115,7 @@ jobs:
115115

116116
build_alloy_windows_installer:
117117
name: Build Alloy Windows installer with signed executables
118-
container: grafana/alloy-build-image:v0.1.25@sha256:306ef67a1593ebdcdc3de9e7360001183830f45b05f213cd2c6f47114196c9a6
118+
container: grafana/alloy-build-image:v0.1.27@sha256:1c3b0de3d5cdd1d2e8b7fab4da70e1bda6629eede4cfaee846d04c4e80f14708
119119
runs-on:
120120
labels: github-hosted-ubuntu-x64-large
121121
needs:
@@ -193,7 +193,7 @@ jobs:
193193

194194
upload_release_artifacts:
195195
name: Upload release artifacts
196-
container: grafana/alloy-build-image:v0.1.25@sha256:306ef67a1593ebdcdc3de9e7360001183830f45b05f213cd2c6f47114196c9a6
196+
container: grafana/alloy-build-image:v0.1.27@sha256:1c3b0de3d5cdd1d2e8b7fab4da70e1bda6629eede4cfaee846d04c4e80f14708
197197
runs-on:
198198
labels: github-hosted-ubuntu-x64-large
199199
needs:

.github/workflows/test_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Test (Full)
1616
runs-on: ubuntu-latest-8-cores
1717
container:
18-
image: grafana/alloy-build-image:v0.1.25@sha256:306ef67a1593ebdcdc3de9e7360001183830f45b05f213cd2c6f47114196c9a6
18+
image: grafana/alloy-build-image:v0.1.27@sha256:1c3b0de3d5cdd1d2e8b7fab4da70e1bda6629eede4cfaee846d04c4e80f14708
1919
volumes:
2020
- /var/run/docker.sock
2121
steps:

.github/workflows/test_linux_system_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Test Linux system packages
1818
runs-on: ubuntu-latest
1919
container:
20-
image: grafana/alloy-build-image:v0.1.26@sha256:54ef2371fc6b049d932c58d4622c88b573b45c393b7622fe6cca492ac4525dbe
20+
image: grafana/alloy-build-image:v0.1.27@sha256:1c3b0de3d5cdd1d2e8b7fab4da70e1bda6629eede4cfaee846d04c4e80f14708
2121
volumes:
2222
- /var/run/docker.sock
2323
steps:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
# default when running `docker buildx build` or when DOCKER_BUILDKIT=1 is set
55
# in environment variables.
66

7-
FROM --platform=$BUILDPLATFORM grafana/alloy-build-image:v0.1.26 AS ui-build
7+
FROM --platform=$BUILDPLATFORM grafana/alloy-build-image:v0.1.27 AS ui-build
88
ARG BUILDPLATFORM
99
COPY ./internal/web/ui /ui
1010
WORKDIR /ui
1111
RUN --mount=type=cache,target=/ui/node_modules,sharing=locked \
1212
npm install \
1313
&& npm run build
1414

15-
FROM --platform=$BUILDPLATFORM grafana/alloy-build-image:v0.1.26 AS build
15+
FROM --platform=$BUILDPLATFORM grafana/alloy-build-image:v0.1.27 AS build
1616

1717
ARG BUILDPLATFORM
1818
ARG TARGETPLATFORM

collector/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module github.com/grafana/alloy/otel_engine
44

5-
go 1.25.6
5+
go 1.25.7
66

77
require (
88
github.com/grafana/alloy v0.0.0-00010101000000-000000000000

docs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ docs: check-cloudwatch-integration
1515
endif
1616

1717
check-cloudwatch-integration:
18-
$(PODMAN) run -v "$(shell git rev-parse --show-toplevel):/repo:z" -v "$(shell pwd):/docs:z" -w /repo golang:1.25.6-bullseye go run internal/static/integrations/cloudwatch_exporter/docs/doc.go check /docs/sources/reference/components/prometheus/prometheus.exporter.cloudwatch.md
18+
$(PODMAN) run -v "$(shell git rev-parse --show-toplevel):/repo:z" -v "$(shell pwd):/docs:z" -w /repo golang:1.25.7-bullseye go run internal/static/integrations/cloudwatch_exporter/docs/doc.go check /docs/sources/reference/components/prometheus/prometheus.exporter.cloudwatch.md
1919

2020
generate-cloudwatch-integration:
21-
$(PODMAN) run -v "$(shell git rev-parse --show-toplevel):/repo:z" -v "$(shell pwd):/docs:z" -w /repo golang:1.25.6-bullseye go run internal/static/integrations/cloudwatch_exporter/docs/doc.go generate
21+
$(PODMAN) run -v "$(shell git rev-parse --show-toplevel):/repo:z" -v "$(shell pwd):/docs:z" -w /repo golang:1.25.7-bullseye go run internal/static/integrations/cloudwatch_exporter/docs/doc.go generate

extension/alloyengine/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/grafana/alloy/extension/alloyengine
22

3-
go 1.25.6
3+
go 1.25.7
44

55
replace github.com/grafana/alloy => ../..
66

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/grafana/alloy
22

3-
go 1.25.6
3+
go 1.25.7
44

55
// This local replace is required for local development and testing of the syntax submodule.
66
// It is intentionally kept outside the generated block to avoid being overwritten by dependency management tools.

0 commit comments

Comments
 (0)