Skip to content

Commit 74cfd7d

Browse files
Copilotpelikhangh-aw-bot
authored
Prevent PureLock Go cache restore collisions (#57948)
* Initial plan * Avoid Go cache restore in PureLock agent Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * Merge main into purelock cache fix Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
1 parent 1d8ba87 commit 74cfd7d

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/purelock.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/purelock.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@ steps:
139139
uses: actions/setup-go@v7.0.0
140140
with:
141141
go-version-file: go.mod
142-
cache: true
142+
# The sandbox mounts the runner's Go module cache, so restoring it again
143+
# causes setup-go's tar extraction to fail on existing files.
144+
cache: false
143145
- name: Download PureLock bundle
144146
uses: actions/download-artifact@v8.0.1
145147
with:

0 commit comments

Comments
 (0)