Skip to content

Commit 522ada5

Browse files
committed
Bumped go to 1.22
1 parent ea008d7 commit 522ada5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v4
1616
with:
17-
go-version: '1.21'
17+
go-version: '1.22'
1818

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

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/mongodb/mongodb-kubernetes-operator
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/blang/semver v3.5.1+incompatible

release.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"golang-builder-image": "golang:1.21",
2+
"golang-builder-image": "golang:1.22",
33
"operator": "0.9.0",
44
"version-upgrade-hook": "1.0.8",
55
"readiness-probe": "1.0.18",
66
"agent": "107.0.1.8507-1",
77
"agent-tools-version": "100.9.4"
8-
}
8+
}

0 commit comments

Comments
 (0)