Skip to content

Commit 3c7a078

Browse files
committed
refactor: Remove line from Makefile; add it to GoReleaser later.
1 parent c1e0640 commit 3c7a078

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
SHELL:=bash
55
BINARY_NAME=terraform-provider-corefunc
6-
BINARY_VERSION=$(shell cat ./VERSION | tr -d '\n')
76
GOBIN=$(shell ./find-go-bin.sh)
87
mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
98
current_dir := $(dir $(mkfile_path))
@@ -109,8 +108,7 @@ tidy:
109108
@ $(ECHO) " "
110109
@ $(ECHO) "\033[1;33m=====> Tidy and download the Go dependencies...\033[0m"
111110
$(GO) mod tidy -go=1.21 -v
112-
$(GO) mod download -x
113-
$(GO) get -v ./...
111+
$(GO) get -d -u -t -v ./...
114112

115113
.PHONY: build
116114
## build: [build]* Builds and installs the Terraform provider.

0 commit comments

Comments
 (0)