1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-01 06:56:29 +00:00

fix golangci-lint's compatibility issue when using GO 1.19

This commit is contained in:
Jiaqi Luo
2022-11-04 08:53:03 -07:00
parent c1612b7bf2
commit 4741eb8fb1

View File

@@ -6,6 +6,7 @@ cd $(dirname $0)/..
echo Running validation
echo Running: golangci-lint
export "GOROOT=$(go env GOROOT)"
golangci-lint run
echo Tidying up modules