qiniu / goc

A Comprehensive Coverage Testing System for The Go Programming Language
Apache License 2.0
817 stars 117 forks source link

fix mod parse error #382

Open fishioon opened 2 months ago

fishioon commented 2 months ago

fix this error "fail to generate new go.mod: /var/folders/rh/z19grn857x53jlk7vr1699_80000gq/T/goc-build-96694d217faf/go.mod:3: invalid go version '1.22.4': must match format 1.23"

qiniu-prow[bot] commented 2 months ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: fishioon Once this PR has been reviewed and has the lgtm label, please assign carlji for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/qiniu/goc/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
IfanTsai commented 4 weeks ago

I faced the same issue with go1.21, any update for this PR? @CarlJi