We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085a388 commit f3056d3Copy full SHA for f3056d3
Makefile
@@ -6,7 +6,7 @@ TF_LOG?=error
6
default: build
7
8
test:
9
- $(GO) get -d -t ./...
+ $(GO) get -t ./...
10
$(GO) test -parallel $$(nproc) -race -timeout 60m -v ./internal/...
11
12
testacc:
@@ -64,7 +64,7 @@ static-analysis:
64
65
.PHONY: update-gomod
66
update-gomod:
67
- $(GO) get -t -v -d -u ./...
+ $(GO) get -t -v -u ./...
68
$(GO) mod tidy --go=1.23.0
69
$(GO) get toolchain@none
70
@echo "Dependencies updated"
0 commit comments