Skip to content

Commit

Permalink
fix: 暂停minikube
Browse files Browse the repository at this point in the history
  • Loading branch information
hailaz committed Oct 10, 2023
1 parent b7dab4d commit 5f98d19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ for file in `find . -name go.mod`; do

# package kuhecm needs golang >= v1.18
if [ "kubecm" = $(basename $dirpath) ]; then
continue 1
if ! go version|grep -q "1.19"; then
echo "ignore kubecm as go version: $(go version)"
continue 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ jobs:
- name: Start Consul Containers
run: docker-compose -f ".github/workflows/consul/docker-compose.yml" up -d --build

- name: Start Minikube
uses: medyagh/setup-minikube@master
# - name: Start Minikube
# uses: medyagh/setup-minikube@master

- name: Setup Golang ${{ matrix.go-version }}
uses: actions/setup-go@v4
Expand Down

0 comments on commit 5f98d19

Please sign in to comment.