chore(deps): update dependency go to 1.26#202
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #202 +/- ##
=======================================
Coverage 36.96% 36.96%
=======================================
Files 23 23
Lines 1220 1220
=======================================
Hits 451 451
Misses 744 744
Partials 25 25
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
d242d46 to
7e0088a
Compare
|
🤖 Finished Review · ❌ Failure · Started 9:53 PM UTC · Completed 10:03 PM UTC |
ReviewFindingsHigh
Medium
Labels: Renovate bot dependency version bump PR. Previous runReviewFindingsHigh
Medium
Low
Labels: PR is a dependency version update (Go toolchain) modifying CI workflow files under .github/ |
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
7e0088a to
bd3fecc
Compare
|
🤖 Finished Review · ✅ Success · Started 10:49 AM UTC · Completed 10:56 AM UTC |
| - uses: actions/setup-go@v5 | ||
| with: | ||
| go-version: '1.23' | ||
| go-version: '1.26' |
There was a problem hiding this comment.
[medium] version-consistency
Go version in workflows (1.26) does not match go.mod version (1.23.0). The go.mod should be updated in tandem. Additionally, test.yml matrix still uses 1.23.x and slack-message.yml container image remains golang:1.22, creating further version fragmentation.
Suggested fix: Coordinate with a go.mod update to go 1.26. Also consider updating the test.yml matrix and the slack-message.yml container image for full consistency.
This PR contains the following updates:
1.23→1.261.22→1.26Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
actions/go-versions (go)
v1.26.4: 1.26.4Compare Source
Go 1.26.4
v1.26.3: 1.26.3Compare Source
Go 1.26.3
v1.26.2: 1.26.2Compare Source
Go 1.26.2
v1.26.1: 1.26.1Compare Source
Go 1.26.1
v1.26.0: 1.26.0Compare Source
Go 1.26.0
v1.25.11: 1.25.11Compare Source
Go 1.25.11
v1.25.10: 1.25.10Compare Source
Go 1.25.10
v1.25.9: 1.25.9Compare Source
Go 1.25.9
v1.25.8: 1.25.8Compare Source
Go 1.25.8
v1.25.7: 1.25.7Compare Source
Go 1.25.7
v1.25.6: 1.25.6Compare Source
Go 1.25.6
v1.25.5: 1.25.5Compare Source
Go 1.25.5
v1.25.4: 1.25.4Compare Source
Go 1.25.4
v1.25.3: 1.25.3Compare Source
Go 1.25.3
v1.25.2: 1.25.2Compare Source
Go 1.25.2
v1.25.1: 1.25.1Compare Source
Go 1.25.1
v1.25.0: 1.25.0Compare Source
Go 1.25.0
v1.24.13: 1.24.13Compare Source
Go 1.24.13
v1.24.12: 1.24.12Compare Source
Go 1.24.12
v1.24.11: 1.24.11Compare Source
Go 1.24.11
v1.24.10: 1.24.10Compare Source
Go 1.24.10
v1.24.9: 1.24.9Compare Source
Go 1.24.9
v1.24.8: 1.24.8Compare Source
Go 1.24.8
v1.24.7: 1.24.7Compare Source
Go 1.24.7
v1.24.6: 1.24.6Compare Source
Go 1.24.6
v1.24.5: 1.24.5Compare Source
Go 1.24.5
v1.24.4: 1.24.4Compare Source
Go 1.24.4
v1.24.3: 1.24.3Compare Source
Go 1.24.3
v1.24.2: 1.24.2Compare Source
Go 1.24.2
v1.24.1: 1.24.1Compare Source
Go 1.24.1
v1.24.0: 1.24.0Compare Source
Go 1.24.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.