Skip to content

Commit 0632fd7

Browse files
authored
Merge pull request #20847 from ivanvc/release-3.4-fix-go-compiled-module
[release-3.4] Fix Go compiled module
2 parents f1f5c1c + 4c72fda commit 0632fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
.PHONY: build
1414
build:
15-
GO_BUILD_FLAGS="-v" ./build
15+
GO_BUILD_FLAGS="-v -buildvcs=false" ./build
1616
./bin/etcd --version
1717
./bin/etcdctl version
1818

0 commit comments

Comments
 (0)