Skip to content

Commit

Permalink
Fixed Makefile to actually use Go version variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
slackpad committed Jan 22, 2018
1 parent bce67a7 commit a05e609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ define make-xc-target
--dns="8.8.8.8" \
--volume="${CURRENT_DIR}:/go/src/${PROJECT}" \
--workdir="/go/src/${PROJECT}" \
"golang:1.8" \
"golang:${GOVERSION}" \
env \
CGO_ENABLED="0" \
GOOS="${1}" \
Expand Down

0 comments on commit a05e609

Please sign in to comment.