Skip to content

Commit

Permalink
build: update Go and K8s api version
Browse files Browse the repository at this point in the history
Signed-off-by: ShravaniVangur <shravaniv2001@gmail.com>
  • Loading branch information
ShravaniVangur committed Jul 15, 2024
1 parent 00d1470 commit 52e478c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cluster-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
- name: Setup Minikube
shell: bash --noprofile --norc -eo pipefail -x {0}
run: |
tests/github-action-helper.sh install_minikube_with_none_driver v1.28.4
tests/github-action-helper.sh install_minikube_with_none_driver v1.30.2
- name: print k8s cluster status
shell: bash --noprofile --norc -eo pipefail -x {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/set-up-go/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ runs:
- name: setup golang
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22.0"
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rook/kubectl-rook-ceph

go 1.21
go 1.22.0

require (
github.com/fatih/color v1.17.0
Expand All @@ -11,9 +11,9 @@ require (
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.29.3
k8s.io/apimachinery v0.29.3
k8s.io/client-go v0.29.3
k8s.io/api v0.30.2
k8s.io/apimachinery v0.30.2
k8s.io/client-go v0.30.2
)

require (
Expand Down
2 changes: 1 addition & 1 deletion tests/github-action-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ timeout_command_exit_code() {

install_minikube_with_none_driver() {
CRICTL_VERSION="v1.28.0"
MINIKUBE_VERSION="v1.31.2"
MINIKUBE_VERSION="v1.33.1"

sudo apt update
sudo apt install -y conntrack socat
Expand Down

0 comments on commit 52e478c

Please sign in to comment.