Skip to content
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

chore: update routine version to 1.1.4 from 1.1.2 #6467

Merged

Conversation

haiqingchq
Copy link
Contributor

@haiqingchq haiqingchq commented Nov 15, 2024

What this PR does / why we need it:

when we use go 1.23 to run make prepare, will encounter this problem:
#command-line-arguments Link: github.com/timandy/routine/g: invalid reference to runtime.g0internal/core/openapi/legacy/api/generate/generate.go:33: running "go": exit status 1make: *** [prepare] Error 1

fix condition for use go 1.22 to run make prepare

timandy/routine@8b58b7d

Which issue(s) this PR fixes:

  • Fixes #your-issue_number
  • [Erda Cloud Issue Link()

Specified Reviewers:

/assign @sfwn @iutx

ChangeLog

Language Changelog
🇺🇸 English fix condition for use go 1.23 to run make prepare
🇨🇳 中文 修复了使用go 1.23运行make prepare的问题

Need cherry-pick to release versions?

Add comment like /cherry-pick release/1.0 when this PR is merged.

For details on the cherry pick process, see the cherry pick requests section under CONTRIBUTING.md.

@erda-bot erda-bot requested a review from sfwn November 15, 2024 07:55
@sfwn
Copy link
Member

sfwn commented Nov 15, 2024

This pr should be tested in both go 1.22 & 1.23.

@haiqingchq haiqingchq force-pushed the feature/update-runtine-version branch from cf173c7 to acb58d3 Compare November 15, 2024 09:46
@iutx iutx changed the title update routine version to 1.1.4 from 1.1.2 chore: update routine version to 1.1.4 from 1.1.2 Nov 15, 2024
@erda-bot erda-bot requested a review from iutx November 15, 2024 10:00
@haiqingchq haiqingchq closed this Nov 15, 2024
@haiqingchq haiqingchq reopened this Nov 18, 2024
@haiqingchq haiqingchq force-pushed the feature/update-runtine-version branch from acb58d3 to 498138c Compare November 18, 2024 01:25
Copy link

codecov bot commented Nov 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 15.16%. Comparing base (007ab70) to head (498138c).
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #6467   +/-   ##
=======================================
  Coverage   15.16%   15.16%           
=======================================
  Files        3674     3674           
  Lines      376905   376905           
=======================================
+ Hits        57145    57162   +17     
+ Misses     314301   314280   -21     
- Partials     5459     5463    +4     
Flag Coverage Δ
by-github-actions 15.16% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 5 files with indirect coverage changes

Copy link
Member

@iutx iutx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM @sfwn

@sfwn
Copy link
Member

sfwn commented Nov 18, 2024

/approve

@erda-bot erda-bot merged commit ea8bf7e into erda-project:master Nov 18, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

4 participants