kubevela / velad

Lightweight KubeVela that runs as Daemon in single node with high availability.
Apache License 2.0
67 stars 16 forks source link

chore: Upgrade the vela dependencies #153

Closed chivalryq closed 1 year ago

chivalryq commented 1 year ago

Signed-off-by: Anoop Gopalakrishnan anoop2811@aol.in

chivalryq commented 1 year ago

Rollback golangci-lint action version. See: https://github.com/golangci/golangci-lint-action/issues/759

chivalryq commented 1 year ago

Staticcheck somehow not working:

image
chivalryq commented 1 year ago

Staticcheck is not working for we are using

go get -t -v -d ./...

to download dependencies, which downgraded the dependencies.

image