Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #20 from nats-io/misc_modules
Browse files Browse the repository at this point in the history
use go mod during goreleaser
  • Loading branch information
ripienaar authored Dec 31, 2019
2 parents 5e1471e + ede3aa5 commit c00b7a6
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 @@ -14,7 +14,7 @@ builds:
- main: ./jsm
binary: jsm
env:
- GO111MODULE=off
- GO111MODULE=on
- CGO_ENABLED=0
goos:
- darwin
Expand Down

0 comments on commit c00b7a6

Please sign in to comment.