Skip to content

Commit

Permalink
chore: force tag in release go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Lustyn committed Jul 31, 2020
1 parent 99725b4 commit 85dc8a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Vagrantfile

dist/builds/
dist/release/
dist/casket_*
dist/config.yaml

error.log
access.log
Expand All @@ -15,6 +17,7 @@ access.log
Casketfile
!casketfile/
casket/go.mod
casket/go.sum

og_static/

Expand Down
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ builds:
goarch:
- "386"
- amd64
ignore:
- goos: darwin
goarch: 386
hooks:
pre:
- go mod edit -require=github.com/tmpim/casket@{{.Tag}} casket/go.mod

archives:
- format_overrides:
Expand Down

0 comments on commit 85dc8a3

Please sign in to comment.