forked from minio/minio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not check for GOPATH env for builds (minio#5628)
Since go1.8 GOPATH is not required to set prior, as it defaults to "${HOME}/go" we only need to check if go tool detected GOPATH correctly. If yes then we proceed if not we fail.
- Loading branch information
1 parent
c726145
commit 565dc8b
Showing
2 changed files
with
4 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters