Skip to content

Commit

Permalink
remove netgo tag
Browse files Browse the repository at this point in the history
Signed-off-by: Avelino <t@avelino.xxx>
  • Loading branch information
avelino committed Aug 16, 2020
1 parent 157f48c commit a7ece54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -5,7 +5,7 @@ builds:
env:
- CGO_ENABLED=0
flags:
- -trimpath --tags netgo
- -trimpath
ldflags:
- -s -w -linkmode external -extldflags "-static" -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{ .CommitDate }} -X main.builtBy=goreleaser
goos:
Expand Down

0 comments on commit a7ece54

Please sign in to comment.