chore (deps) : upgrade Go toolchain to 1.24.6#1507
Conversation
|
Skipping CI for Draft Pull Request. |
Signed-off-by: Rohan Kumar <rohaan@redhat.com>
9a3f916 to
93ff29e
Compare
|
|
||
| # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset | ||
| FROM registry.access.redhat.com/ubi9/go-toolset:1.24.4-1753853351 as builder | ||
| FROM registry.access.redhat.com/ubi9/go-toolset:1.24.6-1758501173 as builder |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
| # Build the manager binary | ||
| # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset | ||
| FROM registry.access.redhat.com/ubi9/go-toolset:1.24.4-1753853351 as builder | ||
| FROM registry.access.redhat.com/ubi9/go-toolset:1.24.6-1758501173 as builder |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1507 +/- ##
==========================================
+ Coverage 34.05% 34.08% +0.02%
==========================================
Files 160 160
Lines 13336 13348 +12
==========================================
+ Hits 4542 4549 +7
- Misses 8484 8489 +5
Partials 310 310 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/ok-to-test |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dkwon17, rohanKanojia The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
1 similar comment
|
/retest |
|
@rohanKanojia thank you, LGTM, merging |
What does this PR do?
Updated Go version from
1.23.6to1.24.6in GitHub Actions workflows:.github/workflows/code-coverage.yml.github/workflows/pr.ymlUpdated go.mod toolchain directive from go
1.24.4to go1.24.6Updated base image versions in Dockerfiles to match Go
1.24.6:build/Dockerfileproject-clone/DockerfileWhat issues does this PR fix or reference?
Is it tested? How?
I just verified
make testis passing.Will keep it as draft until CI checks are not passed.PR Checklist
/test v8-devworkspace-operator-e2e, v8-che-happy-pathto trigger)v8-devworkspace-operator-e2e: DevWorkspace e2e testv8-che-happy-path: Happy path for verification integration with Che