Skip to content

Commit fecd9f6

Browse files
committed
fix: release version arg
1 parent 4627a1d commit fecd9f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ BUILDDIR ?= $(CURDIR)/build
1515
# Build targets
1616
BUILD_TARGETS := build install test
1717

18+
release_version=$(filter-out $@,$(MAKECMDGOALS))
19+
1820
# Version check
1921
check_version:
2022
@if [ "$(GO_SYSTEM_VERSION)" != "$(REQUIRE_GO_VERSION)" ]; then \

0 commit comments

Comments
 (0)