-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Bump go.mod and tools/go.mod to go 1.23 #8482
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
Conversation
efcef55
to
6d551d1
Compare
6d551d1
to
aa144d5
Compare
.github/workflows/e2e-matrix.yml
Outdated
uses: actions/checkout@v4 | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
with: | ||
path: ${{ github.workspace }}/src/github.com/tektoncd/pipeline |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@afrittoli any reason to checkout into GOPATH ? It shouldn't be needed nowadays (GOPATH I mean)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ko
does not work otherwise, last I tried. It may be different now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@afrittoli you mean ko
on the github worklows ? Because it definitely works locally for me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but I didn't really try too hard to make it work, it just worked when checking out that way, so I kept it.
If you'd like to change it, it's perfectly fine by me, I don't have a preference 🙏
/test pull-tekton-pipeline-build-tests |
@vdemeester the build tests are failing
|
aa144d5
to
05aadf2
Compare
/test pull-tekton-pipeline-build-tests |
05aadf2
to
cd5e028
Compare
@vdemeester: The following test failed, say
Full PR test history. Your PR dashboard. 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/test-infra repository. I understand the commands that are listed here. |
/hold |
cd5e028
to
482b823
Compare
/hold cancel |
482b823
to
0574661
Compare
/assign |
Signed-off-by: Vincent Demeester <[email protected]>
cf1c309
to
e8712d3
Compare
7717085
to
a52c059
Compare
Hum, now I am getting
cc @burigolucas |
d8a18c5
to
6017ebc
Compare
The following is the coverage report on the affected files.
|
This is to ensure we are up-to-date with code-generation and go 1.23. This also rework some codegen… Signed-off-by: Vincent Demeester <[email protected]>
6017ebc
to
d82a755
Compare
/hold cancel |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abayer, waveywaves The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changes
Some dependencies will depend on 1.23, and the test-runner
image already is up-to-date, so let's use it.
Signed-off-by: Vincent Demeester [email protected]
/kind misc
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes