Skip to content

Commit b526414

Browse files
authored
PMM-11497 update dependencies. (#620)
* PMM-11497 update dependencies. * PMM-11497 update go version.
1 parent cf7f4a8 commit b526414

File tree

4 files changed

+12
-144
lines changed

4 files changed

+12
-144
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
go-version:
23-
- 1.17.x
23+
- 1.19.x
2424
image:
2525
- mongo:4.2
2626
- mongo:4.4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Set up Go
2121
uses: percona-platform/setup-go@v2
2222
with:
23-
go-version: 1.17
23+
go-version: 1.19
2424
-
2525
name: Login to Docker Hub
2626
uses: percona-platform/login-action@v2

go.mod

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

3-
go 1.17
3+
go 1.19
44

55
// Update percona-toolkit with `go get -v github.com/percona/[email protected]; go mod tidy` (without `-u`)
66
// until we have everything we need in a tagged release.
@@ -17,7 +17,7 @@ require (
1717
github.com/prometheus/client_golang v1.12.2
1818
github.com/prometheus/client_model v0.2.0
1919
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
2121
github.com/shirou/gopsutil v3.21.8+incompatible // indirect
2222
github.com/sirupsen/logrus v1.9.0
2323
github.com/stretchr/testify v1.8.1
@@ -53,8 +53,8 @@ require (
5353
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
5454
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
5555
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
5858
google.golang.org/appengine v1.6.6 // indirect
5959
google.golang.org/protobuf v1.28.0 // indirect
6060
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect

0 commit comments

Comments
 (0)