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 #152

Closed anoop2811 closed 1 year ago

anoop2811 commented 1 year ago
chivalryq commented 1 year ago

I solved the conflict and push to my repo. Please consider pull the changes into chis branch. https://github.com/chivalryq/velad/tree/anoop2811/main

chivalryq commented 1 year ago

Can we upgrade golangci-lint and staticcheck? I use

$ golangci-lint version
golangci-lint has version 1.53.3 built with go1.20.5 from 2dcd82f3 on 2023-06-15T10:50:11Z
$ staticcheck -version
staticcheck 2022.1 (v0.3.0)

It works well.

chivalryq commented 1 year ago

The setup-docker action fails now and then. Just a reminder sometimes it's not the version's problem.

anoop2811 commented 1 year ago

@chivalryq : do you think we are good to merge this commit? We still have the E2E test-darwin job failing, but I was able to build the binary locally on mac m1 and it seems to be working. I also updated the k3s images.