[Dependencies] Bump versions#89
Merged
Merged
Conversation
TomerShor
approved these changes
Jun 1, 2026
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.
📝 Description
Bumps the toolchain, base images, and indirect dependencies for the scaler. Brings Go to 1.26, the build/runtime images up to date, and upgrades golangci-lint (v2.7.2 → 2.12.1) with a more robust install path that pins and verifies the linter version.
🛠️ Changes Made
1.25.5→1.26.3(go.mod).golang:1.25-alpine→1.26-alpineandalpine:3.18→3.23incmd/autoscaler/Dockerfileandcmd/dlx/Dockerfile;golang:1.25→1.26intest/Dockerfile.v2.7.2→2.12.1and refactor theMakefile: newensure-golangci-lintertarget that installs the pinned version and reinstalls on a version mismatch;lint/fmtnow depend on it..golangci.ymlexclusion to skipgoconston_test.gofiles (test fixtures commonly repeat literals).go.mod/go.sum:golang.org/x/net,x/sys,x/term,x/text,x/tools.✅ Checklist
🧪 Testing
make fmt lintwith the new pinned golangci-lint version.🔗 References
🚨 Breaking Changes?
🔍️ Additional Notes
ensure-golangci-linterwas taken from orca, same behavior.