Skip to content

[pull] develop from smartcontractkit:develop - #572

Merged
pull[bot] merged 1 commit into
bit-cook:developfrom
smartcontractkit:develop
Aug 26, 2026
Merged

[pull] develop from smartcontractkit:develop#572
pull[bot] merged 1 commit into
bit-cook:developfrom
smartcontractkit:develop

Conversation

@pull

@pull pull Bot commented Aug 26, 2026

Copy link
Copy Markdown

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 : )

…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.
@pull pull Bot locked and limited conversation to collaborators Aug 26, 2026
@pull pull Bot added the ⤵️ pull label Aug 26, 2026
@pull
pull Bot merged commit 2d2e8c3 into bit-cook:develop Aug 26, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant