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

undefined: math.MaxInt when trying to install it locally on my linux workstation #148

Open
Rakshith-V opened this issue Feb 6, 2023 · 2 comments

Comments

@Rakshith-V
Copy link

Rakshith-V commented Feb 6, 2023

rakshithv@linuxcloud:~/ws/go-rakshith/$ go get github.com/briandowns/spinner
github.com/briandowns/spinner
../../../../../../.gvm/pkgsets/go1.16.5/global/pkg/mod/github.com/briandowns/spinner@v1.21.0/spinner.go:490:19: undefined: math.MaxInt

go verison go1.16.5 linux/amd64

os Debian x86_64 GNU/Linux

@QuLogic
Copy link

QuLogic commented Feb 27, 2023

MaxInt was added in Go 1.17, but go.mod has a minimum of 1.14.

@briandowns
Copy link
Owner

I've updated master.

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

3 participants