Skip to content

build with go 1.24 #5563

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

Closed
2 of 3 tasks
marcosrmendezthd opened this issue Mar 17, 2025 · 2 comments
Closed
2 of 3 tasks

build with go 1.24 #5563

marcosrmendezthd opened this issue Mar 17, 2025 · 2 comments
Labels
question Further information is requested

Comments

@marcosrmendezthd
Copy link

Welcome

How did you install golangci-lint?

go install

Your feature request related to a problem? Please describe

can we build golangci-lint with go 1.24?

Error: can't load config: the Go language version (go1.23) used to build golangci-lint is lower than the targeted Go version (1.24)
Failed executing command with error: can't load config: the Go language version (go1.23) used to build golangci-lint is lower than the targeted Go version (1.24)

Describe the solution you'd like

update golangci-lint build to use go 1.24.x

Describe alternatives you've considered

N/A

Additional context

No response

Supporter

@marcosrmendezthd marcosrmendezthd added the enhancement New feature or improvement label Mar 17, 2025
Copy link

boring-cyborg bot commented Mar 17, 2025

Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors.

@ldez
Copy link
Member

ldez commented Mar 17, 2025

Hello,

The official binaries are already using go1.24: #5225

This issue is an illustration of why we strongly discourage building from sources (e.g. go install) https://golangci-lint.run/welcome/install/#install-from-sources

@ldez ldez closed this as completed Mar 17, 2025
@ldez ldez added question Further information is requested and removed enhancement New feature or improvement labels Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants