Skip to content

Conversation

@maru-ava
Copy link
Contributor

The PR introducing the nix flake missed ensuring that the golang input from avalanchego reflected the update for 1.24.9. This change remedies that oversight and ensures that CI will catch it in the future.

The PR introducing the nix flake missed ensuring that the golang
input from avalanchego reflected the update for 1.24.9. This change
remedies that oversight and ensures that CI will catch it in the future.
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 #v20
- uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 #v13
- name: Check golang flake input is up to date
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The just PR simplifies local usage.

- name: Check golang flake input is up to date
working-directory: ffi
run: |
nix flake update golang
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this command update golang to the latest version? If so, that isn't what we want -- we want to be in sync with coreth.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to figure this out myself but I couldn't figure out where to find the source or steps that this actually performs. Can you point me to those as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This ensures that the lockfile is consistent with the version of the golang flake input.

Maybe it makes sense to merge the just PR first instead of second? Using just makes it both more obvious what is going on and makes it trivial to execute locally.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed the issues with #1345 (command naming and broken just invocation)

@maru-ava
Copy link
Contributor Author

Closing in favor of #1345

@maru-ava maru-ava closed this Oct 29, 2025
@maru-ava maru-ava deleted the maru/fix-flake branch October 29, 2025 04:17
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.

3 participants