From 446bc1af29b938f762ba5b382de6c2da8e754363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 21:17:14 +0000 Subject: [PATCH 1/2] build(deps): bump actions/setup-go from 5 to 6 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8781a22..28aad9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Install Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: '<1.22' - name: Lint From 2af5caa1bd217f53ab0f7e32dbd93ab75b8eed79 Mon Sep 17 00:00:00 2001 From: William Van Hevelingen Date: Tue, 6 Jan 2026 13:22:52 -0800 Subject: [PATCH 2/2] chore(deps): bump go to 1.25 --- .github/workflows/ci.yml | 4 ++-- .promu.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28aad9b..a70bdf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: # Whenever the Go version is updated here, .promu.yml # should also be updated. container: - image: quay.io/prometheus/golang-builder:1.22-base + image: quay.io/prometheus/golang-builder:1.25-base steps: - uses: actions/checkout@v6 - uses: prometheus/promci@v0.5.3 @@ -40,7 +40,7 @@ jobs: - name: Install Go uses: actions/setup-go@v6 with: - go-version: '<1.22' + go-version: '<1.25' - name: Lint uses: golangci/golangci-lint-action@v9.2.0 with: diff --git a/.promu.yml b/.promu.yml index 2d13006..68058fa 100644 --- a/.promu.yml +++ b/.promu.yml @@ -1,7 +1,7 @@ go: # Whenever the Go version is updated here, # .github/workflows/ci.yml should also be updated. - version: 1.22 + version: 1.25 # cgo: false repository: path: github.com/Lusitaniae/apache_exporter