fix: setup go with the correct version in nix GHA#1838
Merged
frewilhelm merged 2 commits intoopen-component-model:mainfrom Feb 27, 2026
Merged
fix: setup go with the correct version in nix GHA#1838frewilhelm merged 2 commits intoopen-component-model:mainfrom
frewilhelm merged 2 commits intoopen-component-model:mainfrom
Conversation
Contributor
Author
|
Unfortunately, this won't fix the workflow |
Member
maybe @vasu1124 can jump in here :-) ? And I'm not sure, but it looks, like nix supports now also: so it might work, when you change that in https://github.com/open-component-model/ocm/blob/main/flake.nix#L33 and https://github.com/open-component-model/ocm/blob/main/flake.nix#L95 |
Contributor
Author
Good catch - that worked on my fork. Thanks! |
ebafecd to
1820285
Compare
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
1820285 to
c44df85
Compare
hilmarf
reviewed
Feb 25, 2026
hilmarf
reviewed
Feb 25, 2026
hilmarf
reviewed
Feb 25, 2026
hilmarf
approved these changes
Feb 25, 2026
16 tasks
matthiasbruns
approved these changes
Feb 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The nix GHA is failing since some time because
Currently,
gois installed vianixand apparently there is no version1.25.7available.By using go version
1.26the workflow runs again