eino icon indicating copy to clipboard operation
eino copied to clipboard

chore: To ensure compatibility with Go 1.18, we have fixed the kin-openapi version at v0.118.0

Open hcmlinj opened this issue 10 months ago • 1 comments

What type of PR is this?

To ensure compatibility with Go 1.18, we have fixed the kin-openapi version at v0.118.0 and added a replace directive in go.mod to prevent accidental updates.

Check the PR title.

  • [x] This PR title match the format: <type>(optional scope): <description>
  • [x] The description of this PR title is user-oriented and clear enough for others to understand.
  • [ ] Attach the PR updating the user documentation if the current PR requires user awareness at the usage level. User docs repo

(Optional) Translate the PR title into Chinese.

(Optional) More detailed description for this PR(en: English/zh: Chinese).

en: zh(optional):

(Optional) Which issue(s) this PR fixes: #52

(optional) The PR that updates user documentation:

Verify Screenshot:

Before

image

After

image

hcmlinj avatar Mar 20 '25 07:03 hcmlinj

Hi, thinks for your suggestion.

We have set up a workflow to ensure that each PR is correct and can run smoothly, so the version of this repository will not be upgraded incorrectly. Additionally, the 'replace' in the lib's go.mod will not take effect in the main repository, so setting 'replace' in this repository is not very useful.

meguminnnnnnnnn avatar Mar 20 '25 07:03 meguminnnnnnnnn