Skip to content

Commit a2c3ee4

Browse files
committed
Bump Go version
* Update Go build to 1.25. * Update minimum Go version to 1.24.0. Signed-off-by: SuperQ <[email protected]>
1 parent 40f18d8 commit a2c3ee4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ executors:
77
# should also be updated.
88
golang:
99
docker:
10-
- image: cimg/go:1.24
10+
- image: cimg/go:1.25
1111
jobs:
1212
test:
1313
executor: golang
@@ -18,7 +18,7 @@ jobs:
1818
file: mysqld_exporter
1919
integration:
2020
docker:
21-
- image: cimg/go:1.24
21+
- image: cimg/go:1.25
2222
- image: << parameters.mysql_image >>
2323
environment:
2424
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"

.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, .circle/config.yml should also
33
# be updated.
4-
version: 1.24
4+
version: 1.25
55
repository:
66
path: github.com/prometheus/mysqld_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/mysqld_exporter
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
github.com/DATA-DOG/go-sqlmock v1.5.2

0 commit comments

Comments
 (0)