tcnksm / ghr

Upload multiple artifacts to GitHub Release in parallel

Home Page:http://tcnksm.github.io/ghr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest release, cannot find package

sebwib opened this issue · comments

I'm using ghr in a circle ci build.
I get ghr via go get github.com/tcnksm/ghr

Since the latest version was released I get this:

package github.com/google/go-github/v39/github: cannot find package "github.com/google/go-github/v39/github" in any of:
/usr/local/go/src/github.com/google/go-github/v39/github (from $GOROOT)
/go/src/github.com/google/go-github/v39/github (from $GOPATH)

Checking the release I see that v39 is now a strict requirement. Will see what I can do in circle ci to accomodate this

Bumping circle ci image to v1.16 solved this!