1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-12 13:26:13 +00:00

Add support for k8s 1.12

This commit is contained in:
Darren Shepherd
2018-10-09 19:27:02 -07:00
parent c580ac3ab0
commit 611d7cb0f1
6 changed files with 139 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ cd $(dirname $0)/..
echo Running validation
PACKAGES="$(find -name '*.go' | xargs -I{} dirname {} | cut -f2 -d/ | sort -u | grep -Ev '(^\.$|.git|.trash-cache|vendor|bin)' | sed -e 's!^!./!' -e 's!$!/...!')"
PACKAGES="$(find -name '*.go' | xargs -I{} dirname {} | cut -f2 -d/ | sort -u | grep -Ev '(^\.$|.git|.trash-cache|vendor|bin|leader12)' | sed -e 's!^!./!' -e 's!$!/...!')"
echo Running: go vet
go vet ${PACKAGES}