diff --git a/Makefile b/Makefile index f0b945c1..c17e17b6 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ etcd-install: flake8: ## run flake8 on system test python files flake8 system/ -lint: +lint: prepare # Install golangci-lint @test -f $(BINPATH)/golangci-lint || go install github.com/golangci/golangci-lint/cmd/golangci-lint@$(GOLANGCI_LINT_VERSION) # Running lint diff --git a/go.mod b/go.mod index d7bbe7af..91f7e565 100644 --- a/go.mod +++ b/go.mod @@ -98,7 +98,6 @@ require ( github.com/prometheus/procfs v0.15.1 // indirect github.com/rivo/uniseg v0.4.7 // indirect github.com/rogpeppe/go-internal v1.12.0 // indirect - github.com/rogpeppe/go-internal v1.10.0 // indirect github.com/twitchyliquid64/golang-asm v0.15.1 // indirect go.etcd.io/etcd/api/v3 v3.5.15 // indirect go.etcd.io/etcd/client/pkg/v3 v3.5.15 // indirect