Skip to content

Commit 308e87f

Browse files
authored
Merge branch 'main' into dependabot/github_actions/codecov/codecov-action-5.4.3
2 parents f3bd441 + 1edd3d0 commit 308e87f

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.goreleaser.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ dist: build
22
version: 2
33
builds:
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:

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)