Update golinter to 1.17.1

This commit is contained in:
jregan
2019-06-12 19:52:04 -07:00
parent 3128b25236
commit 08b6f6f4e4
4 changed files with 3 additions and 9 deletions

View File

@@ -12,10 +12,7 @@ import (
"sigs.k8s.io/kustomize/pkg/gvk"
)
var service = gvk.Gvk{Version: "v1", Kind: "Service"}
var secret = gvk.Gvk{Version: "v1", Kind: "Secret"}
var cmap = gvk.Gvk{Version: "v1", Kind: "ConfigMap"}
var deploy = gvk.Gvk{Group: "apps", Version: "v1", Kind: "Deployment"}
func TestConfigMapHash(t *testing.T) {
cases := []struct {