Skip to content

Commit 91008f4

Browse files
authored
Update Go (#1088)
* Update minimum Go version to 1.24.0. * Update build to Go 1.25. * Cleanup disabled CircleCI pipeline. Signed-off-by: SuperQ <[email protected]>
1 parent 88c8fb6 commit 91008f4

File tree

5 files changed

+4
-40
lines changed

5 files changed

+4
-40
lines changed

.circleci/config.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
container:
1212
# Whenever the Go version is updated here, .promu.yml
1313
# should also be updated.
14-
image: quay.io/prometheus/golang-builder:1.23-base
14+
image: quay.io/prometheus/golang-builder:1.25-base
1515
steps:
1616
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717
- uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7

.github/workflows/mixin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Go
1616
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
1717
with:
18-
go-version: 1.23.x
18+
go-version: 1.25.x
1919
- name: Install dependencies
2020
run: |
2121
go install github.com/google/go-jsonnet/cmd/[email protected]

.promu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
go:
22
# Whenever the Go version is updated here,
33
# .github/workflows should also be updated.
4-
version: 1.23
4+
version: 1.25
55
repository:
66
path: github.com/prometheus-community/elasticsearch_exporter
77
build:

go.mod

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

3-
go 1.24.1
3+
go 1.24.0
44

55
require (
66
github.com/alecthomas/kingpin/v2 v2.4.0

0 commit comments

Comments
 (0)