-
-
Notifications
You must be signed in to change notification settings - Fork 378
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
staticcheck installation fails with go1.16 #1251
Comments
Go 1.16 is EOL. See https://github.com/golang/go/wiki/Go-Release-Cycle#release-maintenance. |
Releases support the current and previous version of Go at the time of release. The master branch supports the current version of Go. For 2022.1 that means it supports Go 1.17 and 1.18. |
peterbroadhurst
added a commit
to kaleido-io/firefly-signer
that referenced
this issue
May 12, 2022
Signed-off-by: Peter Broadhurst <[email protected]>
peterbroadhurst
added a commit
to hyperledger/firefly-signer
that referenced
this issue
May 12, 2022
Signed-off-by: Peter Broadhurst <[email protected]>
nvanbenschoten
added a commit
to nvanbenschoten/apd
that referenced
this issue
Jun 14, 2022
This was referenced Jun 14, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installing staticcheck@latest with go1.16 failed due to
builder.go:36:2: //go:build comment without // +build
Why the go:build error at line 36, any problem with old Go versions?
go-tools/go/ir/builder.go
Line 36 in d694aad
The text was updated successfully, but these errors were encountered: