Skip to content

Commit

Permalink
PMM-11497 update dependencies. (#620)
Browse files Browse the repository at this point in the history
* PMM-11497 update dependencies.

* PMM-11497 update go version.
  • Loading branch information
BupycHuk authored Feb 8, 2023
1 parent cf7f4a8 commit b526414
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 144 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
go-version:
- 1.17.x
- 1.19.x
image:
- mongo:4.2
- mongo:4.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Set up Go
uses: percona-platform/setup-go@v2
with:
go-version: 1.17
go-version: 1.19
-
name: Login to Docker Hub
uses: percona-platform/login-action@v2
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/percona/mongodb_exporter

go 1.17
go 1.19

// Update percona-toolkit with `go get -v github.com/percona/percona-toolkit@3.0; go mod tidy` (without `-u`)
// until we have everything we need in a tagged release.
Expand All @@ -17,7 +17,7 @@ require (
github.com/prometheus/client_golang v1.12.2
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.37.0
github.com/prometheus/exporter-toolkit v0.7.1
github.com/prometheus/exporter-toolkit v0.7.2
github.com/shirou/gopsutil v3.21.8+incompatible // indirect
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.1
Expand Down Expand Up @@ -53,8 +53,8 @@ require (
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.3.8 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
Expand Down
Loading

0 comments on commit b526414

Please sign in to comment.