-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
Can the release of version node20
be considered?
#953
Comments
while we don't get a new version you can replace |
@azisaka
|
@178inaba one more workaround that doesn't depend on a moving ref
where Still looking forward to seeing a persistent tag published with this support as I'd prefer not to have to rely on a specific commit. |
…o 25.0.2+incompatible (#102) * chore(deps): bump github.com/docker/docker Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.7+incompatible to 25.0.2+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v24.0.7...v25.0.2) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: use non deprecated types * chore: bump Go version in golangci-lint action * chore: bump golangci action to run in Node20 See golangci/golangci-lint-action#953 * chore: bump golangci version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com> Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
Hello, I will create a new release in a few minutes. |
Done https://github.com/golangci/golangci-lint-action/tags |
@ldez Thanks! |
@ldez ideally this change should have been a new major version aligning with how other standard actions managed the upgrade. See actions/cache, actions/setup-go etc. This has broken our pipeline as a result, as Node 20 requires newer GLIBC versions. Easily fixed, but we will have to pin the version to |
Sorry, I will create a v4 and try to restore the previous v3. |
I moved the tag v3 to v3.7.0 and created v4 and v4.0.0 I'll keep v3.7.1 to avoid being too breaking. |
Great, thanks for the quick resolution! |
Welcome
Your feature request related to a problem? Please describe.
I have received the following warning.
Describe the solution you'd like.
I would like a version released using node20 to address the warning.
Describe alternatives you've considered.
None.
Additional context.
v3.7.0 (latest version): node16
golangci-lint-action/action.yml
Line 45 in 3a91952
master: node20
golangci-lint-action/action.yml
Line 45 in e38f944
The text was updated successfully, but these errors were encountered: