Commit 6f35b618 authored by Geoff Simmons's avatar Geoff Simmons

Remove the golint call (deprecated and removed as of Go 1.19).

XXX: consider adding another static analysis tool.
parent 8f759271
......@@ -42,7 +42,6 @@ test:
- ./bootstrap.sh
- make install
- popd
- go get -u golang.org/x/lint/golint
- go mod download
script:
- make check
......
......@@ -37,7 +37,6 @@ k8s-vcl-reloader: build
check: build
go vet ${CODE_SUBDIRS}
golint ${CODE_SUBDIRS}
go test -v ./pkg/apiclient/... ./pkg/varnish/...
test: check
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment