-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Bump go.mod and tools/go.mod to go 1.23 #8482
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
efcef55
to
6d551d1
Compare
Some dependencies depends on 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]>
Signed-off-by: Vincent Demeester <[email protected]>
6d551d1
to
aa144d5
Compare
@@ -44,15 +44,15 @@ jobs: | |||
|
|||
steps: | |||
- name: Check out code onto GOPATH | |||
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 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. |
@vdemeester the build tests are failing
|
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