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 mod file #1

Merged
merged 1 commit into from
Dec 4, 2024
Merged

Conversation

kfri-lmco
Copy link
Owner

Update go version reference from 1.23 to 1.23.0

Summary

Updates go version reference in go.mod to 1.23.0. The current go reference is invalid (1.23) causing an error when attempting to build the lifecycle component.

Documentation instructs users to make the lifecycle package (eg: make build-darwin-amd64). This instruction fails when attempting to download the referenced version of go with a message like:

go: downloading go1.23 (darwin/amd64)
go: download go1.23 for darwin/amd64: toolchain not available
make: *** [build-darwin-amd64-lifecycle] Error 1

Release notes

Fixes make errors based on invalid go version reference in go.mod file. Updates go version reference to 1.23.0.


Update go version reference from 1.23 to 1.23.0

Signed-off-by: kfri-lmco <kyle.l.frisbie@lmco.com>
@kfri-lmco kfri-lmco merged commit 2599907 into main Dec 4, 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.

1 participant