File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
1111jobs :
1212 test :
1313 executor : golang
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"
Original file line number Diff line number Diff line change 11go :
22 # Whenever the Go version is updated here, .circle/config.yml should also
33 # be updated.
4- version : 1.24
4+ version : 1.25
55repository :
66 path : github.com/prometheus/mysqld_exporter
77build :
Original file line number Diff line number Diff line change 11module github.com/prometheus/mysqld_exporter
22
3- go 1.23 .0
3+ go 1.24 .0
44
55require (
66 github.com/DATA-DOG/go-sqlmock v1.5.2
You can’t perform that action at this time.
0 commit comments