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
pull request 22 looks suspiciously like the error I am seeing. I first tried running using go get / go install github.com/hasit/bolter (not really sure why I found that tip on youtube for a different go command line tool, it wasn't in that tools readme either).
go install results in
cannot use []*cli.Author{…} (value of type []*cli.Author) as []cli.Author value in assignment
cloning the repo and trying to build it gets the slightly more verbose
.\bolter.go:45:16: cannot use []*cli.Author{…} (value of type []*cli.Author) as []cli.Author value in assignment
git reset head^ --hard
bolter now builds
go version go1.20.1 windows/amd64
so it looks like I'm a minor version behind, wouldn't think that would break me.
The text was updated successfully, but these errors were encountered:
pull request 22 looks suspiciously like the error I am seeing. I first tried running using go get / go install github.com/hasit/bolter (not really sure why I found that tip on youtube for a different go command line tool, it wasn't in that tools readme either).
go install results in
cannot use []*cli.Author{…} (value of type []*cli.Author) as []cli.Author value in assignment
cloning the repo and trying to build it gets the slightly more verbose
.\bolter.go:45:16: cannot use []*cli.Author{…} (value of type []*cli.Author) as []cli.Author value in assignment
git reset head^ --hard
bolter now builds
go version go1.20.1 windows/amd64
so it looks like I'm a minor version behind, wouldn't think that would break me.
The text was updated successfully, but these errors were encountered: