Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build failure #25

Open
DavesPlanet opened this issue Aug 24, 2023 · 1 comment
Open

build failure #25

DavesPlanet opened this issue Aug 24, 2023 · 1 comment

Comments

@DavesPlanet
Copy link

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.

@DavesPlanet
Copy link
Author

WOOT!!! It works after reverting the last commit, finally a view into this database!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant