Skip to content

Commit

Permalink
fix for go 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
justone committed Jun 19, 2018
1 parent 010b989 commit 7c99928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ git tag $VER
echo "Building $VER"
echo

gox -ldflags "-X main.version $VER" -osarch="darwin/amd64 linux/amd64 windows/amd64"
gox -ldflags "-X main.version=$VER" -osarch="darwin/amd64 linux/amd64 windows/amd64"

echo "* " > desc
echo "" >> desc
Expand Down

0 comments on commit 7c99928

Please sign in to comment.