Skip to content

Commit

Permalink
chore: test cloud on k3s
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Nov 21, 2023
1 parent bb1c418 commit 9380a93
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-cloud-k3s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
go-version: "1.19"

- name: Setup kubectl
uses: azure/setup-kubectl@v3
Expand Down Expand Up @@ -199,6 +199,11 @@ jobs:
# echo "checking apecloud server..."
# done

- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.21"

- name: Checkout e2etest Code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 9380a93

Please sign in to comment.