Skip to content

Commit

Permalink
Fix Go 1.5 build
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhpedersen committed Feb 22, 2016
1 parent a665182 commit 5dfaca9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make.bash
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env bash
set -e

export GO15VENDOREXPERIMENT=1

GITREV=$(git rev-parse --short HEAD)
GO15VENDOREXPERIMENT=1

# Go 1.5 or later is required
GO_POINT_VERSION=$(go version| perl -ne 'm/go1\.(\d)/; print $1;')
Expand Down

0 comments on commit 5dfaca9

Please sign in to comment.