Skip to content

Commit

Permalink
update go-version to 1.18.7
Browse files Browse the repository at this point in the history
Signed-off-by: Lize Cai <[email protected]>
  • Loading branch information
lizzzcai committed Nov 2, 2022
1 parent 5119a21 commit a0865e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-fvt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.17.3'
go-version: '1.18.7'
- name: Setup Minikube
run: |
wget --no-verbose https://github.com/kubernetes/minikube/releases/download/v1.25.1/minikube-linux-amd64
Expand Down
4 changes: 2 additions & 2 deletions scripts/deploy/iks/test-fvt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ run_fvt() {
export KUBECONFIG=~/.kube/config

rm -rf /usr/local/go
wget https://go.dev/dl/go1.17.3.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.17.3.linux-amd64.tar.gz
wget https://go.dev/dl/go1.18.7.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.18.7.linux-amd64.tar.gz

go install github.com/onsi/ginkgo/v2/ginkgo
export PATH=/root/go/bin/:$PATH
Expand Down

0 comments on commit a0865e2

Please sign in to comment.