Skip to content

Commit 085657e

Browse files
committed
Disable Go caching
1 parent 3f07d69 commit 085657e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
uses: actions/setup-go@v5
1111
with:
1212
go-version: 1.24
13+
cache: false
1314

1415
- name: checkout
1516
uses: actions/checkout@v4

0 commit comments

Comments
 (0)