You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
Hi, I want to get familiar with monocular and also with the new dep dependency manager, so I would like to pick up this issue. I see that you use the deis/go-dev docker image for go tooling, currently version v0.22.0, which includes go version 1.7.3. dep was added in deis/go-dev:v0.24.0, which includes go 1.8.1.
But because dep is still under heavy development, it probably makes sense to even use the latest deis/go-dev:v1.4.0 image, which includes go 1.9.
Long story short: are there reasons to not use go 1.9?
Notes:
Updated deis/go-dev image version, which includes Go 1.9 and dep
Removed GO15VENDOREXPERIMENT environment variable, it's default since go 1.6
With Go 1.9 there is no need to use something like "glide nv", "./..." does not match vendor directory anymore
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Switch to the official https://github.com/golang/dep tool for dependency management
The text was updated successfully, but these errors were encountered: