Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Remove v prefix from go pkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Nov 17, 2022
1 parent 949d27f commit fc3b11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbird/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PKG_USE_MIPS16:=0
GO_PKG:=github.com/netbirdio/netbird
GO_PKG_BUILD_PKG:=github.com/netbirdio/netbird/client
GO_PKG_LDFLAGS:=-s -w
GO_PKG_LDFLAGS_X:=github.com/netbirdio/netbird/client/system.version=v$(PKG_VERSION)
GO_PKG_LDFLAGS_X:=github.com/netbirdio/netbird/client/system.version=$(PKG_VERSION)

include $(INCLUDE_DIR)/package.mk
include $(TOPDIR)/feeds/packages/lang/golang/golang-package.mk
Expand Down

0 comments on commit fc3b11e

Please sign in to comment.