-
Notifications
You must be signed in to change notification settings - Fork 112
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
Go 1.20 support for testing scripts #1034
Conversation
Signed-off-by: Dainius Serplis <[email protected]>
Signed-off-by: Dainius Serplis <[email protected]>
Signed-off-by: Dainius Serplis <[email protected]>
Signed-off-by: Dainius Serplis <[email protected]>
Signed-off-by: Dainius Serplis <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! This PR also reminds me that we saw a parameter deprecation in goreleaser
(was it --rm-dist
, which will be removed around June?):
https://goreleaser.com/deprecations/
Yes, but this command is not used in any code in the repo, we run it manually usually so that shouldn't cause any unexpected things break. |
Go 1.20 removed
-i
flag (was deprecated in 1.19) andmake test-binary-prepare
fails on Go 1.20 now. This PR fixes it.It also uses Go 1.20 in GitHub actions now.
Additionally, it bumps
staticcheck
to latest version2023.1.3