mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Bump godep release - bugs seem to be fixed.
This commit is contained in:
parent
558f69e613
commit
e48f99e2cf
@ -18,11 +18,8 @@ set -o errexit
|
|||||||
set -o nounset
|
set -o nounset
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
# release v33 fails because of godep: error restoring dep (github.com/google/btree): found packages btree (btree.go) and main (btree_mem.go) in /tmp/gopath.aSHREx/src/github.com/google/btree
|
# Lock this to a release that is known to work. We can bump this as needed.
|
||||||
# release v34 fails because godep save just hangs forever
|
GODEP_RELEASE=v45
|
||||||
# release v35 fails because of godep: error restoring dep (github.com/Sirupsen/logrus): Unable to find dependent package golang.org/x/sys/unix in context of /tmp/gopath.aSHREx/src/github.com/Sirupsen/logrus
|
|
||||||
# https://github.com/tools/godep/issues/359
|
|
||||||
GODEP_RELEASE=v32
|
|
||||||
|
|
||||||
#### HACK ####
|
#### HACK ####
|
||||||
# Sometimes godep just can't handle things. This lets use manually put
|
# Sometimes godep just can't handle things. This lets use manually put
|
||||||
|
Loading…
Reference in New Issue
Block a user