Skip to content

Commit 3597789

Browse files
authored
chore: remove msgpack from gin dependency (#833)
1 parent 703625d commit 3597789

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
@@ -8,7 +8,7 @@ VERSION := 0.4.8
88
PROMETHEUS_TAG := github.com/prometheus/common/version
99
KVM_PKG_NAME := github.com/jetkvm/kvm
1010

11-
GO_BUILD_ARGS := -tags netgo -tags timetzdata
11+
GO_BUILD_ARGS := -tags netgo,timetzdata,nomsgpack
1212
GO_RELEASE_BUILD_ARGS := -trimpath $(GO_BUILD_ARGS)
1313
GO_LDFLAGS := \
1414
-s -w \

0 commit comments

Comments
 (0)