Skip to content

Commit c732039

Browse files
authored
.github: disable cache in actions run (#29926)
1 parent caa066d commit c732039

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/setup-go@v5
1717
with:
1818
go-version: 1.21.4
19+
cache: false
1920
- name: Run tests
2021
run: go test -short ./...
2122
env:

0 commit comments

Comments
 (0)