Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
comment regarding default -mod=vendor since 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnirtl committed Mar 15, 2020
1 parent 0d15f87 commit 1409ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ builds:
- GO111MODULE=on
flags:
- -v
- -mod vendor
- -mod vendor # default since go 1.14
ldflags:
- -X github.com/martinnirtl/dockma/internal/buildinfo.version={{ .Version }}
- -X github.com/martinnirtl/dockma/internal/buildinfo.commit={{ .Commit }}
Expand Down

0 comments on commit 1409ac7

Please sign in to comment.