golang / dep

Go dependency management tool experiment (deprecated)
https://golang.github.io/dep/
BSD 3-Clause "New" or "Revised" License
12.86k stars 1.05k forks source link

update CI for go 1.13 #2202

Closed jmank88 closed 3 years ago

jmank88 commented 4 years ago

What does this do / why do we need it?

Bumps the go versions for CI, since 1.13 was released.

jmank88 commented 4 years ago

Lots of failures on go 1.12 only:

testproj.go:119: go standard error:
            testproj.go:120: failed to initialize build cache at /test-dep-home-does-not-exist/.cache/go-build: mkdir /test-dep-home-does-not-exist: permission denied

            testproj.go:123: go [get github.com/sdboyer/deptest] failed unexpectedly: exit status 1
jmank88 commented 4 years ago

Fixed :+1:

mvdan commented 3 years ago

Dep was officially deprecated earlier this year, and the proposal to archive this repository was accepted. As such, I'm closing outstanding issues before archiving the repository. For any further comments, please use the proposal thread on the Go issue tracker. Thanks!