Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit c0fbf41

Browse files
CLOUDP-88995: update k8s controller runtime (#541)
* update k8s controller runtime * upgrade golang to 1.16
1 parent 8847bfd commit c0fbf41

File tree

6 files changed

+117
-93
lines changed

6 files changed

+117
-93
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v2
1616
with:
17-
go-version: 1.15
17+
go-version: 1.16
1818

1919
- name: Test api
2020
run: go test -v ./api/...

go.mod

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

3-
go 1.15
3+
go 1.16
44

55
require (
66
github.com/blang/semver v3.5.1+incompatible
@@ -13,12 +13,12 @@ require (
1313
github.com/stretchr/objx v0.3.0
1414
github.com/stretchr/testify v1.7.0
1515
github.com/xdg/stringprep v1.0.3
16-
go.mongodb.org/mongo-driver v1.5.2
16+
go.mongodb.org/mongo-driver v1.5.3
1717
go.uber.org/zap v1.17.0
18-
k8s.io/api v0.20.4
19-
k8s.io/apimachinery v0.21.0
20-
k8s.io/client-go v0.20.4
21-
sigs.k8s.io/controller-runtime v0.8.3
18+
k8s.io/api v0.21.1
19+
k8s.io/apimachinery v0.21.1
20+
k8s.io/client-go v0.21.1
21+
sigs.k8s.io/controller-runtime v0.9.0
2222
sigs.k8s.io/yaml v1.2.0
2323
)
2424

0 commit comments

Comments
 (0)