Skip to content

Commit

Permalink
Bump versions of go readiness probe and version upgrade hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mateigrigore committed Aug 7, 2024
1 parent 1947a00 commit 2e56606
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.22'

- name: Test api
run: go test -v ./api/...
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mongodb/mongodb-kubernetes-operator

go 1.21
go 1.22

require (
github.com/blang/semver v3.5.1+incompatible
Expand Down
4 changes: 2 additions & 2 deletions release.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"golang-builder-image": "golang:1.21",
"operator": "0.10.0",
"version-upgrade-hook": "1.0.8",
"readiness-probe": "1.0.19",
"version-upgrade-hook": "1.0.9",
"readiness-probe": "1.0.20",
"agent": "107.0.1.8507-1",
"agent-tools-version": "100.9.4"
}

0 comments on commit 2e56606

Please sign in to comment.