Skip to content

Commit 152ccad

Browse files
Copilotalexec
andauthored
Remove cache option from release workflow (#12)
* Initial plan * Remove cache option from setup-go in release workflow The cache option requires a go.sum file, but this project has no external dependencies and therefore no go.sum file. Removing the cache option fixes the release job error. Co-authored-by: alexec <1142830+alexec@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
1 parent a572771 commit 152ccad

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
uses: actions/setup-go@v3
2222
with:
2323
go-version: ">=1.22.0"
24-
cache: true
2524

2625
- run: go generate -v ./...
2726
- run: go vet -v ./...

0 commit comments

Comments
 (0)