Skip to content

Commit

Permalink
Bump go version to 1.22 (#1600)
Browse files Browse the repository at this point in the history
* Bump versions of go readiness probe and version upgrade hook

* Bump go version in release.json
  • Loading branch information
mateigrigore authored Aug 7, 2024
1 parent 1947a00 commit 272e644
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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
6 changes: 3 additions & 3 deletions release.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"golang-builder-image": "golang:1.21",
"golang-builder-image": "golang:1.22",
"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 272e644

Please sign in to comment.