Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: upgrade to setup-go v4 and disable cache with golangci
Below errors were seen with setup-go@v4 in golangci Lint: Error: /usr/bin/tar: ../../../go/pkg/mod/sigs.k8s.io/[email protected]/yaml_ test.go: Cannot open: File exists /usr/bin/tar: ../../../go/pkg/mod/sigs.k8s.io/[email protected]/LICENSE: Cannot open: File exists Disabling Cache with golangci solves the problem and makes sure that we are in a reecent setup-go as well. Cache can be enabled once the resultant issue is fixed in golangc lint action repo. Issue that to be tracked: golangci/golangci-lint-action#135 Updates: RamenDR#1000 Signed-off-by: Shwetha K Acharya <[email protected]>
- Loading branch information