Bump go 1.25.0#6128
Conversation
ef3eb7c to
bd3268b
Compare
|
Another topic: should we use Go toolchains instead of just bump? |
|
Some CI errors were caused by:
To address 1, I opened #6134, and to address 2, I've also bumped mockgen in this PR. Once 6134 merged, I will rebase this PR and fix all CI errors maybe, thanks! |
4cac51a to
41eb340
Compare
|
Got it, let review and merge #6134 first 👌 |
|
@Okabe-Junya Since #6134 and #6141 were merged, could you rebase this PR 👀 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6128 +/- ##
==========================================
- Coverage 28.66% 25.30% -3.36%
==========================================
Files 536 3 -533
Lines 57353 486 -56867
==========================================
- Hits 16442 123 -16319
+ Misses 39633 356 -39277
+ Partials 1278 7 -1271 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
41eb340 to
2c52d9c
Compare
|
Thanks, just rebased but some CI errors happened.. It looks generating codegen package didn't work well... |
|
I have another schedule for now, so will take a look later |
|
https://github.com/pipe-cd/pipecd/actions/runs/17116983120/job/48549930616?pr=6128 job failed 👀 Since the package in go.mod required golang v1.25.0, I think we have to update the gen.yaml workflow file and Makefile to make it pass This is the latest codegen published by PR #6134 |
|
The failed job at https://github.com/pipe-cd/pipecd/actions/runs/17115379565/job/48545100329 is caused by an oracle-vm issue with the emulator, which is unstable for now. Let's ignore it by rerunning for now; we can check it later by separate issues/PRs. |
Oh sorry, I missed this one... |
Sounds good. Maybe related to #6113? |
|
Flaky CI or GitHub Actions incident ... cf. https://github.com/pipe-cd/pipecd/actions/runs/17133759923/job/48604456434
Will try to re-run tomorrow |
Warashi
left a comment
There was a problem hiding this comment.
We have to bump golangci-lint too.
We have to bump golangci-lint first.
I dismiss this review to avoid mistakenly merging this PR.
|
Before moving foward with this PR, we need to migrate golangci-lint to v2. see - #6128 (comment) Once we merged 6178, let's move forward with this PR :) |
c84b588 to
d40f547
Compare
Time is coming! PTAL this PR, thanks! |
d40f547 to
afa5baa
Compare
Signed-off-by: Junya Okabe <okabe.junya.qj@alumni.tsukuba.ac.jp>
Signed-off-by: Junya Okabe <okabe.junya.qj@alumni.tsukuba.ac.jp>
Signed-off-by: Junya Okabe <okabe.junya.qj@alumni.tsukuba.ac.jp>
Signed-off-by: Junya Okabe <okabe.junya.qj@alumni.tsukuba.ac.jp>
afa5baa to
5ab030d
Compare
What this PR does:
Why we need it:
General maintenance PR
c.f. Go 1.25 is released 🎉
Which issue(s) this PR fixes:
N/A
Does this PR introduce a user-facing change?:
None