File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
- name : Set up Go
15
15
uses : actions/setup-go@v4
16
16
with :
17
- go-version : ' 1.21 '
17
+ go-version : ' 1.22 '
18
18
19
19
- name : Test api
20
20
run : go test -v ./api/...
Original file line number Diff line number Diff line change 1
1
module github.com/mongodb/mongodb-kubernetes-operator
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/blang/semver v3.5.1+incompatible
Original file line number Diff line number Diff line change 1
1
{
2
- "golang-builder-image" : " golang:1.21 " ,
2
+ "golang-builder-image" : " golang:1.22 " ,
3
3
"operator" : " 0.10.0" ,
4
- "version-upgrade-hook" : " 1.0.8 " ,
5
- "readiness-probe" : " 1.0.19 " ,
4
+ "version-upgrade-hook" : " 1.0.9 " ,
5
+ "readiness-probe" : " 1.0.20 " ,
6
6
"agent" : " 107.0.1.8507-1" ,
7
7
"agent-tools-version" : " 100.9.4"
8
8
}
You can’t perform that action at this time.
0 commit comments