Skip to content

Commit

Permalink
allow crossbuild to support multiple versions of golang_version
Browse files Browse the repository at this point in the history
  • Loading branch information
nskaggs committed Oct 19, 2017
1 parent fabf459 commit b9de188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releasetests/crossbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import traceback


GOLANG_VERSION = '1.9'
GOLANG_VERSION = os.getenv('GOLANG_VERSION', '1.9')
CROSSCOMPILE_SOURCE = (
'https://raw.githubusercontent.com'
'/davecheney/golang-crosscompile/master/crosscompile.bash')
Expand Down

0 comments on commit b9de188

Please sign in to comment.