Skip to content

Commit b94dc7a

Browse files
committed
remove race test for check workflow
1 parent caf14c1 commit b94dc7a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/check.yml

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
make bin/envtest
6363
export KUBEBUILDER_ASSETS=$(pwd)/bin/envtest
6464
go test -v ./...
65-
go test -race -v ./...
6665
6766
shellcheck:
6867
runs-on: ubuntu-latest

charts/hybridnet/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: hybridnet
33
# When the version is modified, make sure the artifacthub.io/changes list is updated
44
# Also update CHANGELOG.md
5-
version: 0.5.0-rc1
5+
version: 0.3.0
66
appVersion: 0.5.0
77
home: https://github.com/alibaba/hybridnet
88
description: A container networking solution aiming at hybrid clouds.

0 commit comments

Comments
 (0)