Add support for Node 24 - #133
Merged
Merged
Conversation
bgonp
commented
Feb 20, 2026
Contributor
- Added support for NodeJS v24 (active LTS right now).
- Removed v18 since it's no longer maintained since early 2025.
- Updated the Node version in the README file.
jLopezbarb
approved these changes
Feb 20, 2026
rberrelleza
added a commit
that referenced
this pull request
Aug 12, 2026
Promote okteto/golang:1 to Go 1.26.5 (also tagged 1.26) and pin the previous minor as okteto/golang:1.25 (1.25.12), matching how #130 handled the 1.24 -> 1.25 move. Drops the golang 1.24 service, as Go only supports the two latest minors. controller-gen and gopls are pinned back on the 1.25 image because v0.21.0 / v0.23.0 declare `go 1.26.0` and would otherwise force a toolchain download. dlv v1.27.1 requires Go >= 1.25, so it is shared by both images. Add okteto/node:26 alongside okteto/node:24 and drop node 22, keeping two supported majors as #133 did. Also bumps the node Dockerfile's stale default ARG from 12 to 26. Verified by building every service with buildx bake on linux/arm64 and smoke-testing each image: go build/run, dlv trace on main.main, gopls, controller-gen, air, gin, and node/npm/nodemon. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
rberrelleza
added a commit
that referenced
this pull request
Aug 12, 2026
Promote okteto/golang:1 to Go 1.26.5 (also tagged 1.26) and pin the previous minor as okteto/golang:1.25 (1.25.12), matching how #130 handled the 1.24 -> 1.25 move. Drops the golang 1.24 service, as Go only supports the two latest minors. controller-gen and gopls are pinned back on the 1.25 image because v0.21.0 / v0.23.0 declare `go 1.26.0` and would otherwise force a toolchain download. dlv v1.27.1 requires Go >= 1.25, so it is shared by both images. Add okteto/node:26 alongside okteto/node:24 and drop node 22, keeping two supported majors as #133 did. Also bumps the node Dockerfile's stale default ARG from 12 to 26. Verified by building every service with buildx bake on linux/arm64 and smoke-testing each image: go build/run, dlv trace on main.main, gopls, controller-gen, air, gin, and node/npm/nodemon. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.