-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(RELEASE-1146): update release-service to go version 1.22 #582
base: main
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #582 +/- ##
==========================================
- Coverage 83.75% 80.31% -3.45%
==========================================
Files 26 28 +2
Lines 1508 1737 +229
==========================================
+ Hits 1263 1395 +132
- Misses 173 264 +91
- Partials 72 78 +6 ☔ View full report in Codecov by Sentry. |
4b22380
to
3a686fe
Compare
This commit updates the go builder image to the public golang-1.22. In addition the WORKDIR /build is added due to the new version complaining as it uses a different build root in the new image. Signed-off-by: Leandro Mendes <[email protected]>
3a686fe
to
8730cfc
Compare
@theflockers: The following test has Failed, say /retest to rerun failed tests.
Inspecting Test ArtifactsTo inspect your test artifacts, follow these steps:
mkdir -p oras-artifacts
cd oras-artifacts
oras pull quay.io/konflux-test-storage/konflux-team/release-service:release-service-42h4j-xd6ch |
Done here #613 |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This commit updates the go builder image to version 1.22. In addition the WORKDIR /build is added due to the new version complaining as it uses a different build root in the new image.
Signed-off-by: Leandro Mendes [email protected]