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

Commit

Permalink
Merge pull request #1503 from OpenBazaar/build-fixed-golang-version
Browse files Browse the repository at this point in the history
Enforce golang version during build
  • Loading branch information
cpacia authored Mar 15, 2019
2 parents c489832 + ac6fa85 commit 2e5cb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export CGO_ENABLED=1
docker pull karalabe/xgo-latest
go get github.com/karalabe/xgo
mkdir dist && cd dist/
xgo --targets=$TARGETS ../
xgo -go=1.10 --targets=$TARGETS ../
chmod +x *

0 comments on commit 2e5cb78

Please sign in to comment.