@jzp820927
heroku build app时出错:
-----> Go app detected
!!
!! 'GOVERSION' isn't set, defaulting to 'go1.6'
!!
!! Run 'heroku config:set GOVERSION=goX.Y' to set the Go version to use
!! for future builds
!!
-----> Installing go1.6.2... done
-----> Installing glide v0.10.2... done
!! Installing package '.' (default)
!!
!! To install a different package spec for the next build run:
!!
!! 'heroku config:set GO_INSTALL_PACKAGE_SPEC=""'
!!
!! For more details see: https://devcenter.heroku.com/articles/go-dependencies-via-glide
!!
-----> Fetching any unsaved dependencies (glide install)
[INFO] Lock file (glide.lock) does not exist. Performing update.
[INFO] Downloading dependencies. Please wait...
[INFO] Fetching updates for github.com/klauspost/compress.
[WARN] github.com/klauspost/compress appears to be a vendored package. Unable to update. Consider the '--update-vendored' flag.
[INFO] Fetching updates for github.com/valyala/fasthttp.
[WARN] github.com/valyala/fasthttp appears to be a vendored package. Unable to update. Consider the '--update-vendored' flag.
[ERROR] Failed to set version on github.com/valyala/fasthttp to : exit status 128
[ERROR] Failed to set version on github.com/klauspost/compress to : exit status 128
[INFO] Resolving imports
[INFO] Fetching updates for github.com/klauspost/cpuid.
[WARN] github.com/klauspost/cpuid appears to be a vendored package. Unable to update. Consider the '--update-vendored' flag.
[WARN] Unable to set verion on github.com/klauspost/cpuid to . Err: exit status 128
[INFO] Fetching updates for github.com/klauspost/crc32.
[WARN] github.com/klauspost/crc32 appears to be a vendored package. Unable to update. Consider the '--update-vendored' flag.
[WARN] Unable to set verion on github.com/klauspost/crc32 to . Err: exit status 128
[WARN] Unable to set verion on github.com/klauspost/compress to . Err: exit status 128
[INFO] Fetching updates for github.com/valyala/bytebufferpool.
[WARN] github.com/valyala/bytebufferpool appears to be a vendored package. Unable to update. Consider the '--update-vendored' flag.
[WARN] Unable to set verion on github.com/valyala/bytebufferpool to . Err: exit status 128
[WARN] Unable to set verion on github.com/valyala/fasthttp to . Err: exit status 128
[INFO] Downloading dependencies. Please wait...
[INFO] Setting references for remaining imports
[ERROR] Failed to set version on github.com/klauspost/cpuid to : exit status 128
[ERROR] Failed to set version on github.com/klauspost/crc32 to : exit status 128
[ERROR] Failed to set version on github.com/valyala/bytebufferpool to : exit status 128
[ERROR] Failed to set version on github.com/klauspost/compress to : exit status 128
[ERROR] Failed to set version on github.com/valyala/fasthttp to : exit status 128
[INFO] Project relies on 5 dependencies.
An Error has occurred
! Push rejected, failed to compile Go app