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

Downgrade the Go version to 1.22 #18

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Conversation

alexandear
Copy link
Contributor

zerologlint is used as a library inside golangci-lint, and it supports Go 1.22 and 1.23. So, if zerologlint sets go 1.23 in go.mod this breaks support for 1.22.

Since 1.21, go directive is a mandatory requirement: Go toolchains refuse to use modules declaring newer Go versions. See https://go.dev/ref/mod#go-mod-file-go

@ykadowak ykadowak merged commit c1b43cb into ykadowak:main Nov 26, 2024
2 checks passed
@alexandear alexandear deleted the downgrade-go branch November 26, 2024 13:14
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