Go version 1.11 is scheduled to come out some time this month(August 2018) as per Go's regular release schedule[1]
There are already some PR's that have been put out in preparation for that, eg [2][3]
However, we need to update the CI pipeline[4] to use Go version 1.11 and also drop the use of dep for package management and instead use Go modules[5]
Using Go modules and Travis-CI[6]
ref:
I'll work on this.
I'm working on the assumption that everyone is okay if we drop dep in favour of Go modules for dependency management once Go version 1.11 comes out.
@komuw is this done now?
@arschles yes it is.
closed by; https://github.com/gomods/athens/pull/563
Most helpful comment
I'll work on this.
I'm working on the assumption that everyone is okay if we drop
depin favour of Go modules for dependency management once Go version 1.11 comes out.