Skip to content

Commit 755b5d0

Browse files
authored
Update build (#460)
* Update Go build to 1.25. * Update minimum Go version to 1.24.0. Signed-off-by: SuperQ <superq@gmail.com>
1 parent df29a81 commit 755b5d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ executors:
66
# This must match .promu.yml.
77
golang:
88
docker:
9-
- image: cimg/go:1.24
9+
- image: cimg/go:1.25
1010
jobs:
1111
test:
1212
executor: golang

.promu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
go:
22
# This must match .circle/config.yml.
3-
version: 1.24
3+
version: 1.25
44
repository:
55
path: github.com/prometheus-community/stackdriver_exporter
66
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/stackdriver_exporter
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
github.com/PuerkitoBio/rehttp v1.4.0

0 commit comments

Comments
 (0)