Skip to content

Commit 6e0ba55

Browse files
Copilothailaz
andauthored
ci(release): disable go module caching in release workflow (gogf#4539)
Resolves TODO comment requesting cache to be disabled for the `actions/setup-go` step in the release workflow. - Add `cache: false` to `actions/setup-go@v5` configuration - Remove the now-completed TODO comment <!-- START COPILOT CODING AGENT SUFFIX --> <details> <summary>Original prompt</summary> > 处理 TODO: 禁用缓存 (来自 .github/workflows/release.yml) </details> Created from VS Code via the [GitHub Pull Request](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) extension. <!-- START COPILOT CODING AGENT TIPS --> --- 💬 We'd love your input! Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey). --------- Co-authored-by: hailaz <739476267@qq.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: hailaz <29968474+hailaz@users.noreply.github.com>
1 parent 1650aab commit 6e0ba55

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ jobs:
1717
steps:
1818
- name: Checkout Github Code
1919
uses: actions/checkout@v5
20-
20+
2121
- name: Set Up Golang Environment
2222
uses: actions/setup-go@v5
2323
with:
2424
go-version: 1.25
25+
cache: false
2526

2627
- name: Build CLI Binary
2728
run: |

0 commit comments

Comments
 (0)