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 Go and golangci-lint versions #49

Merged
merged 1 commit into from
Aug 11, 2024
Merged

Update Go and golangci-lint versions #49

merged 1 commit into from
Aug 11, 2024

Conversation

bluekeyes
Copy link
Owner

The minimum Go version for the package is now Go 1.21. This is because a future change will use the slices package in test code. Note that non-test code in the package should still be compatible with older versions of Go.

As part of this, also update the golangci-lint version to one that works with Go 1.21, which required replacing some deprecated linters.

The minimum Go version for the package is now Go 1.21. This is because a
future change will use the 'slices' package in test code.

As part of this, also update the golangci-lint version to one that works
with Go 1.21, which required replacing some deprecated linters.
@bluekeyes bluekeyes merged commit 9e0997e into master Aug 11, 2024
1 check passed
@bluekeyes bluekeyes deleted the go-1.21 branch August 11, 2024 18:39
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.

1 participant