govulncheck: use golang:1.23 as a base image#163
govulncheck: use golang:1.23 as a base image#163xcoulon merged 1 commit intocodeready-toolchain:masterfrom
Conversation
|
Warning Rate limit exceeded@xcoulon has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 0 minutes and 26 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (1)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
go toolchain will not downgrade the version of Go before scanning the contents :/ also, use `golang:1.24.0` as a builder image and let Go updates itself to the exact version specified in `go.mod` :) Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
7ed8a6d to
6afa122
Compare
go toolchain will not downgrade the version of Go before scanning the contents :/
also, use
golang:1.24.0as a builder image and let Goupdates itself to the exact version specified in
go.mod:)Signed-off-by: Xavier Coulon xcoulon@redhat.com