Skip to content

Commit

Permalink
fix plugin alarm with default version (#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryzhx8 authored Apr 9, 2024
1 parent 40389c9 commit fd7fb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/plugin_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ VERSION=${4:-2.0.0}
PLUGINS_CONFIG_FILE=${5:-${PLUGINS_CONFIG_FILE:-plugins.yml,external_plugins.yml}}
GO_MOD_FILE=${6:-${GO_MOD_FILE:-go.mod}}
NAME=ilogtail
LDFLAGS="${GO_LDFLAGS:-}"' -X "github.com/alibaba/ilogtail/pluginmanager.BaseVersion='$VERSION'"'
LDFLAGS="${GO_LDFLAGS:-}"' -X "github.com/alibaba/ilogtail/pkg/config.BaseVersion='$VERSION'"'
BUILD_FLAG=${BUILD_FLAG:-}

os
Expand Down

0 comments on commit fd7fb26

Please # to comment.