Skip to content

workflows: fix hive sparse-checkout and EEST Go version patching#19213

Merged
AskAlexSharov merged 2 commits intomainfrom
anacrolix/hive-tests-main
Feb 16, 2026
Merged

workflows: fix hive sparse-checkout and EEST Go version patching#19213
AskAlexSharov merged 2 commits intomainfrom
anacrolix/hive-tests-main

Conversation

@anacrolix
Copy link
Contributor

@anacrolix anacrolix commented Feb 16, 2026

Summary

  • Fix test-hive.yml sparse-checkout failing with fatal: 'go.mod' is not a directory by disabling cone mode (sparse-checkout-cone-mode: false)
  • Fix test-hive-eest.yml by adding the same go.mod sparse-checkout and Go version patching in the hive Dockerfile that test-hive.yml already has

Both issues were introduced in #19109 (281bd5d).

This should make it possible to remerge #19109, but since we won't know about the EEST tests until it hits main, this can go first, then the go1.25 update again.

Note there's also a patch to ethereum/hive for erigon coming.

Test plan

  • Test Hive workflow passes
  • Hive EEST tests workflow passes

The sparse-checkout of go.mod requires cone mode disabled since go.mod
is a file, not a directory. Also add Go version patching to the EEST
workflow so the hive Dockerfile builds with the correct Go version.
@anacrolix anacrolix marked this pull request as ready for review February 16, 2026 10:44
@AskAlexSharov AskAlexSharov enabled auto-merge (squash) February 16, 2026 11:33
@AskAlexSharov AskAlexSharov merged commit b13821c into main Feb 16, 2026
24 of 25 checks passed
@AskAlexSharov AskAlexSharov deleted the anacrolix/hive-tests-main branch February 16, 2026 12:11
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.

2 participants