Skip to content

Commit 9032cc0

Browse files
committed
ci(release-prechecks): update workflow with go setup cache as false
1 parent e460ec2 commit 9032cc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-prechecks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: actions/setup-go@v5
1919
with:
2020
go-version-file: go.mod
21+
cache: false
2122

2223
- name: Cache Go modules
2324
uses: actions/cache@v4

0 commit comments

Comments
 (0)