File tree Expand file tree Collapse file tree 4 files changed +12
-144
lines changed Expand file tree Collapse file tree 4 files changed +12
-144
lines changed Original file line number Diff line number Diff line change 20
20
fail-fast : false
21
21
matrix :
22
22
go-version :
23
- - 1.17 .x
23
+ - 1.19 .x
24
24
image :
25
25
- mongo:4.2
26
26
- mongo:4.4
Original file line number Diff line number Diff line change 20
20
name : Set up Go
21
21
uses : percona-platform/setup-go@v2
22
22
with :
23
- go-version : 1.17
23
+ go-version : 1.19
24
24
-
25
25
name : Login to Docker Hub
26
26
uses : percona-platform/login-action@v2
Original file line number Diff line number Diff line change 1
1
module github.com/percona/mongodb_exporter
2
2
3
- go 1.17
3
+ go 1.19
4
4
5
5
// Update percona-toolkit with `go get -v github.com/percona/[email protected] ; go mod tidy` (without `-u`)
6
6
// until we have everything we need in a tagged release.
@@ -17,7 +17,7 @@ require (
17
17
github.com/prometheus/client_golang v1.12.2
18
18
github.com/prometheus/client_model v0.2.0
19
19
github.com/prometheus/common v0.37.0
20
- github.com/prometheus/exporter-toolkit v0.7.1
20
+ github.com/prometheus/exporter-toolkit v0.7.2
21
21
github.com/shirou/gopsutil v3.21.8+incompatible // indirect
22
22
github.com/sirupsen/logrus v1.9.0
23
23
github.com/stretchr/testify v1.8.1
@@ -53,8 +53,8 @@ require (
53
53
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
54
54
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
55
55
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
56
- golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
57
- golang.org/x/text v0.3.7 // indirect
56
+ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
57
+ golang.org/x/text v0.3.8 // indirect
58
58
google.golang.org/appengine v1.6.6 // indirect
59
59
google.golang.org/protobuf v1.28.0 // indirect
60
60
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
You can’t perform that action at this time.
0 commit comments