File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ dist: build
22version : 2
33builds :
44 - binary : mongodb_exporter
5+ id : mongodb_exporter
56 env :
67 goos :
78 - linux
@@ -20,7 +21,8 @@ builds:
2021 - -v
2122 ldflags :
2223 - -s -w -X main.version=v{{.Version}} -X main.commit={{.ShortCommit}} -X main.buildDate={{.Date}}
23- - binary : mongodb_exporter.gssapi
24+ - binary : mongodb_exporter-gssapi
25+ id : mongodb_exporter-gssapi
2426 env :
2527 - CGO_ENABLED=1
2628 goos :
Original file line number Diff line number Diff line change 11module 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
77require (
88 github.com/AlekSi/pointer v1.2.0
Original file line number Diff line number Diff line change 11module 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
77require (
88 github.com/daixiang0/gci v0.13.6
You can’t perform that action at this time.
0 commit comments