Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# to a cold compile; trigger the "Warm release build cache" workflow manually
# to pre-warm before a release if needed.
- name: Restore Go build cache (warmed on main)
uses: actions/cache/restore@v4
uses: actions/cache/restore@v6
with:
path: |
~/.cache/go-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/warm-build-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
cache: false

- name: Restore / seed Go module + build cache
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: |
~/.cache/go-build
Expand Down
Loading