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

specify exact Go version #3546

Closed
wants to merge 2 commits into from
Closed

specify exact Go version #3546

wants to merge 2 commits into from

Conversation

daixiang0
Copy link
Member

@daixiang0 daixiang0 commented Sep 19, 2024

Description

Fix #3545

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #3545

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation / Created issue in the https://github.com/dapr/docs/ repo: dapr/docs#[issue number]

@daixiang0 daixiang0 requested review from a team as code owners September 19, 2024 06:16
@yaron2
Copy link
Member

yaron2 commented Sep 25, 2024

Needs go mod tidy

@elena-kolevska
Copy link
Contributor

Looks like this has been addressed in the meantime. Can we close?

@berndverst
Copy link
Member

We should have specified it like so:

go 1.23
toolchain go1.23.0

Otherwise our CI may use the pinned minor version of GO only. But we want it to always use the latest available!

@berndverst
Copy link
Member

This PR seems no longer applicable

@berndverst berndverst closed this Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

toolchain not available
5 participants