opensergo / opensergo-control-plane

Universal cloud-native microservice governance control plane (微服务治理控制面)
Apache License 2.0
35 stars 23 forks source link

Split CI workflow into two parts and use golangci-lint-action as linter #42

Closed sczyh30 closed 1 year ago

sczyh30 commented 1 year ago

Signed-off-by: Eric Zhao sczyh16@gmail.com

Describe what this PR does / why we need it

Split CI workflow into two parts and use golangci-lint-action as linter.

Special notes for reviews

We'd like to deprecate Go 1.14 support and bump min Go version to 1.18 later, so I've set CI for 1.18/1.19 only.