Skip to content

Commit

Permalink
fix goreleaser again
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Mar 24, 2021
1 parent e24ff05 commit f676d25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ builds:
main: .
flags:
- -tags=vfs
ldflags: -s -w -X main.VERSION={{.Version}}
ldflags: -s -w -X main.VERSION={{.Version}} -X main.BUILDTIME={{.Date}} -X main.GITCOMMIT={{.Commit}}
goos:
- linux
- darwin
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sudo: required
services:
- docker
language: go
Expand Down

0 comments on commit f676d25

Please sign in to comment.