We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea008d7 commit 522ada5Copy full SHA for 522ada5
.github/workflows/go.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Go
15
uses: actions/setup-go@v4
16
with:
17
- go-version: '1.21'
+ go-version: '1.22'
18
19
- name: Test api
20
run: go test -v ./api/...
go.mod
@@ -1,6 +1,6 @@
1
module github.com/mongodb/mongodb-kubernetes-operator
2
3
-go 1.21
+go 1.22
4
5
require (
6
github.com/blang/semver v3.5.1+incompatible
release.json
@@ -1,8 +1,8 @@
{
- "golang-builder-image": "golang:1.21",
+ "golang-builder-image": "golang:1.22",
"operator": "0.9.0",
"version-upgrade-hook": "1.0.8",
"readiness-probe": "1.0.18",
"agent": "107.0.1.8507-1",
7
"agent-tools-version": "100.9.4"
8
-}
+}
0 commit comments