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

Update workflows for Go 1.22. #1214

Merged
merged 3 commits into from
Sep 18, 2024
Merged

Update workflows for Go 1.22. #1214

merged 3 commits into from
Sep 18, 2024

Conversation

andrewsomething
Copy link
Member

@andrewsomething andrewsomething commented Sep 18, 2024

Following on #1213 where the Go version was bumped to Go 1.22, this updates the workflows for the new version.

I've also updated to a version of golangci-lint with support for Go 1.23. This brought in some new checks that we are not passing. I've disabled them for now, but we should work through resolving them separately.

@andrewsomething andrewsomething requested a review from a team September 18, 2024 15:20
@@ -23,7 +23,6 @@ linters:
- govet
- typecheck
- unconvert
- varcheck
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

varcheck was deprecated.

ERRO [linters_context] varcheck: This linter is fully inactivated: it will not produce any reports. 

Copy link
Contributor

@loosla loosla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 🚀

@andrewsomething andrewsomething merged commit deb8b36 into main Sep 18, 2024
3 checks passed
@andrewsomething andrewsomething deleted the asb/go1-22-workflows branch September 18, 2024 19:34
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

Successfully merging this pull request may close these issues.

2 participants