remove undefind env

This commit is contained in:
naiba 2021-04-29 00:11:48 +08:00
parent a47998e046
commit 68424b6309

View File

@ -25,10 +25,6 @@ builds:
main: ./cmd/agent
binary: nezha-agent
# 为路由器、开发板缩小二进制体积
asmflags:
- all=-trimpath={{.Env.GOPATH}}
gcflags:
- all=-trimpath={{.Env.GOPATH}}
ldflags:
- -s -w
hooks: