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 to require go 1.21; add testing and linting with 1.23 #47

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

jhump
Copy link
Member

@jhump jhump commented Aug 28, 2024

In order for the linters to work with 1.23, had to update golangci-lint, too, which also required some updates to the config and to code. Most of the code changes are for a "gosec" check related to narrowing integer conversions. All of the code was already doing adequate range checks (well almost; I had to add one), so most of the changes are "nolint" comments on these places.

@jhump jhump requested a review from Alfus August 28, 2024 20:10
@jhump jhump merged commit c1eb50b into main Aug 28, 2024
6 checks passed
@jhump jhump deleted the jh/update-go-golangci branch August 28, 2024 22:38
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