Support Go 1.25.3 #1297
Support Go 1.25.3
#1297
-
|
I am upgrading my code base to Go 1.25.3 and the Github action is not working anymore. I get the following error: Is there any plan to make this action compatible with the new Go stable version? |
Beta Was this translation helpful? Give feedback.
Answered by
ldez
Oct 21, 2025
Replies: 1 comment 1 reply
-
|
This is the repository of the GitHub Action. The GitHub Action related to golangci-lint. golangci-lint already supports Go 1.25 since v2.4.0 (2025-08-14) Checks your GitHub Action workflow: uses: golangci/golangci-lint-action@v8
with:
version: xxx |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ldez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the repository of the GitHub Action.
The GitHub Action related to golangci-lint.
golangci-lint already supports Go 1.25 since v2.4.0 (2025-08-14)
golangci/golangci-lint#5873
Checks your GitHub Action workflow: