1
0
mirror of https://github.com/taigrr/bitcask synced 2025-01-18 04:03:17 -08:00

Fixed goreleaser config

This commit is contained in:
James Mills 2019-03-13 00:27:11 +10:00
parent 910faa096b
commit 73acf226df
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/coverage.txt /coverage.txt
/bitcask /bitcask
/tmp /tmp
/dist

View File

@ -1,5 +1,6 @@
builds: builds:
- -
main: ./cmd/bitcask
flags: -tags "static_build" flags: -tags "static_build"
ldflags: -w -X .Version={{.Version}} -X .Commit={{.Commit}} ldflags: -w -X .Version={{.Version}} -X .Commit={{.Commit}}
env: env: