update CREDITS and enable builds for go1.19 (#2227)

This commit is contained in:
Harshavardhana
2022-08-05 08:07:38 -07:00
committed by GitHub
parent 84b8f9d6fa
commit ddd25a20eb
13 changed files with 1220 additions and 1672 deletions

View File

@@ -21,7 +21,7 @@ k8sdev:
getdeps:
@mkdir -p ${GOPATH}/bin
@echo "Installing golangci-lint" && curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOPATH)/bin v1.45.2
@echo "Installing golangci-lint" && curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOPATH)/bin
verifiers: getdeps fmt lint