Fix Go CI failures - #1640
Merged
Merged
Conversation
Our Go CI tests of failing due to some version mismatch between action and system, because one is pinned while the other effectively a moving target. Remove the version specification golangci/golangci-lint-action to get things back on track. Signed-off-by: Daniel Müller <deso@posteo.net>
d-e-s-o
enabled auto-merge (rebase)
August 28, 2026 17:13
d-e-s-o
force-pushed
the
topic/go-ci
branch
2 times, most recently
from
August 28, 2026 17:23
1bab60f to
bed2ef9
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1640 +/- ##
==========================================
- Coverage 96.34% 96.26% -0.09%
==========================================
Files 58 57 -1
Lines 11377 11370 -7
==========================================
- Hits 10961 10945 -16
- Misses 416 425 +9 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Our Go CI tests of failing due to some version mismatch between action and system, because one is pinned while the other effectively a moving target.
Make both moving targets and then hope for the best.