chore: update go lang used in Dockerfile to v1.26.2 #1643
chore: update go lang used in Dockerfile to v1.26.2 #1643flavio merged 1 commit intokubewarden:mainfrom
Conversation
Updates the Go lang version used in Dockerfiles to v1.26.2. Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
There was a problem hiding this comment.
Pull request overview
Updates the Go toolchain version used for building project binaries inside Docker images, aligning the build containers with the newer Go patch release (while other Go-version alignment is handled in #1631).
Changes:
- Bump
golangbuilder image from1.26.1to1.26.2(with updated pinned digest) for the controller build. - Bump
golangbuilder image from1.26.1to1.26.2(with updated pinned digest) for the audit-scanner build.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Dockerfile.kubewarden-controller | Updates the Go builder base image to golang:1.26.2 (pinned by digest). |
| Dockerfile.audit-scanner | Updates the Go builder base image to golang:1.26.2 (pinned by digest). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1643 +/- ##
==========================================
- Coverage 80.48% 80.40% -0.08%
==========================================
Files 127 127
Lines 16411 16411
==========================================
- Hits 13209 13196 -13
- Misses 3202 3215 +13
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:
|
Description
Updates the Go lang version used in Dockerfiles to v1.26.2.
Warning
I'm not updating go lang in other places because there is the PR #1631 which is doing that.