update go.mod

and make sure make lint has the VERSION generated
This commit is contained in:
André Roth
2024-11-17 19:37:24 +01:00
parent a5f8ce2503
commit 74bc3f5db3
2 changed files with 1 additions and 2 deletions

View File

@@ -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

1
go.mod
View File

@@ -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