Skip to content

Commit 717018c

Browse files
authored
PMM-7 bump go version (#1091)
* bump go version * revert toolchain directive
1 parent 68aee4c commit 717018c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/percona/mongodb_exporter
22

3-
go 1.23.0
3+
go 1.24
44

5-
toolchain go1.24.1
5+
toolchain go1.24.3
66

77
require (
88
github.com/AlekSi/pointer v1.2.0

tools/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/percona/mongodb_exporter/tools
22

3-
go 1.23.0
3+
go 1.24
44

5-
toolchain go1.24.1
5+
toolchain go1.24.3
66

77
require (
88
github.com/daixiang0/gci v0.13.6

0 commit comments

Comments
 (0)