ingress-nginx-helm/vendor/github.com/docker/go-units/circle.yml
Manuel Alejandro de Brito Fontes 75c3c47f81 Update go dependencies to v1.17.0
2019-12-10 21:55:54 -03:00

11 lines
247 B
YAML

dependencies:
post:
# install golint
- go get golang.org/x/lint/golint
test:
pre:
# run analysis before tests
- go vet ./...
- test -z "$(golint ./... | tee /dev/stderr)"
- test -z "$(gofmt -s -l . | tee /dev/stderr)"