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

fix: update go version in go.mod #4287

Merged
merged 1 commit into from
Feb 28, 2024
Merged

fix: update go version in go.mod #4287

merged 1 commit into from
Feb 28, 2024

Conversation

chenrui333
Copy link
Member

$ go version
go: downloading go1.22 (darwin/arm64)
go: download go1.22 for darwin/arm64: toolchain not available

after the change

$ go version
go: downloading go1.22.0 (darwin/arm64)
go version go1.22.0 darwin/arm64

Thanks @lukemassa for calling it out.

```sh
$ go version
go: downloading go1.22 (darwin/arm64)
go: download go1.22 for darwin/arm64: toolchain not available
```

after the change

```sh
$ go version
go: downloading go1.22.0 (darwin/arm64)
go version go1.22.0 darwin/arm64
```

Signed-off-by: Rui Chen <rui@chenrui.dev>
@chenrui333 chenrui333 requested review from a team as code owners February 26, 2024 03:54
@chenrui333 chenrui333 requested review from GenPage, lukemassa and nitrocode and removed request for a team February 26, 2024 03:54
@github-actions github-actions bot added the dependencies PRs that update a dependency file label Feb 26, 2024
@chenrui333
Copy link
Member Author

Not sure if we want to pursue this PR, the fundamental issue is with the go installation, it only happened when the global default is go1.21, if you have go1.22 installed, then you wont see go toolchain download issue.

I guess it helps to smooth the local dev frustration though.

@X-Guardian X-Guardian merged commit b4ab9c0 into main Feb 28, 2024
25 checks passed
@X-Guardian X-Guardian deleted the fix-go-build branch February 28, 2024 19:52
GenPage pushed a commit that referenced this pull request Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies PRs that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants