Skip to content

Commit c79c51e

Browse files
committed
disable actions/setup-go cache
1 parent ba818e3 commit c79c51e

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
@@ -23,6 +23,7 @@ jobs:
2323
uses: actions/setup-go@v5
2424
with:
2525
go-version: ${{ matrix.go-version }}
26+
cache: false
2627
id: go
2728

2829
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)