[pull] develop from smartcontractkit:develop - #572
Merged
Conversation
…t.yml (#23550) * Fix devenv-compat.yml Go dependency download running in wrong directory The 'Download Go dependencies' step ran 'go mod download' with no working-directory, so it executed against the repo root's go.mod instead of ${{ env.WORKING_DIR }} (devenv), unlike every other run step in this job. Set up Go via go-version-file: devenv/go.mod, but go mod download then read the root go.mod -- which requires a newer Go version than devenv/go.mod does, so the step failed with 'go.mod requires go >= 1.26.6 (running go 1.26.5)' as soon as the two go.mod files' versions diverged (root bumped by #23510). Scoping the download to the same working directory as setup-go's version file fixes the immediate failure and matches every other step in this job. * Bump devenv/go.mod go directive to 1.26.6 Keeps devenv's go directive in sync with the root go.mod (bumped in #23510), now that the download step actually reads devenv/go.mod as intended. Verified 'go build ./...' succeeds under golang:1.26.6-bookworm.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )