-
Notifications
You must be signed in to change notification settings - Fork 69
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 on supported version of go fails #23
Comments
skwashd
changed the title
Build on supported version of go
Build on supported version of go fails
Nov 10, 2021
Open
I tried
|
Any updates? |
Any updated on this fix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It isn't possible to build the binary with go 1.16+. Support for 1.15 was dropped back in August. Right now it's not possible to build the package with a supported version of go. The
go vet
step in checkstyle.sh fails because the project doesn't use modules (see #11 for a fix for that). Then doing the build it fails with multiplego.mod file not found in current directory or any parent directory; see 'go help modules'
errors.Please apply #11 so this project can be built with modern go.
The text was updated successfully, but these errors were encountered: