Conversation
The job runs in mericodev/lake-builder:latest, which still ships Go 1.20.4, while go.mod declares go 1.26. test.yml, test-e2e.yml and golangci-lint.yml already install the pinned toolchain via backend/scripts/install-go.sh; this job was the only container job left out. It currently passes because Go <= 1.20 does not treat a higher go directive as a hard error, but it compiles and runs the linter under a language version six major releases behind what the project declares. The step is idempotent and costs 2.8 seconds when nothing is pre-installed, on a job of roughly 45 seconds. libgit2 and mockery are not needed here.
Owner
Author
|
Validation for apache#9096 completed (8/8 upstream workflows green). Closing. |
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.
Validation only - DO NOT MERGE. Replays the unmodified upstream workflows for apache#9096 (head 0065127 on upstream/main 9abdf41). Base is a release-* branch so test.yml, test-e2e.yml and grafana-dashboards-check trigger like on a PR to main.