10 lines
247 B
Text
10 lines
247 B
Text
|
|
# Tool versions for development and CI/CD
|
||
|
|
# These versions are used in:
|
||
|
|
# - devbox.json (pinned versions)
|
||
|
|
# - Dockerfile (build arguments)
|
||
|
|
# - .github/workflows/ci.yaml (CI/CD pipeline)
|
||
|
|
|
||
|
|
NODE_VERSION=24.10.0
|
||
|
|
GO_VERSION=1.25.1
|
||
|
|
HUGO_VERSION=0.151.0
|