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: ...@@ -42,7 +42,6 @@ test:
- ./bootstrap.sh - ./bootstrap.sh
- make install - make install
- popd - popd
- go get -u golang.org/x/lint/golint
- go mod download - go mod download
script: script:
- make check - make check
......
...@@ -37,7 +37,6 @@ k8s-vcl-reloader: build ...@@ -37,7 +37,6 @@ k8s-vcl-reloader: build
check: build check: build
go vet ${CODE_SUBDIRS} go vet ${CODE_SUBDIRS}
golint ${CODE_SUBDIRS}
go test -v ./pkg/apiclient/... ./pkg/varnish/... go test -v ./pkg/apiclient/... ./pkg/varnish/...
test: check 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