Skip to content

Commit ab66ff9

Browse files
committed
Added go module caching.
1 parent f6ed72a commit ab66ff9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/crd-validation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020

2121
- name: Set up Go
2222
uses: actions/setup-go@v6
23+
with:
24+
go-version: '1.25'
25+
cache: true
2326

2427
- name: Install crdify
2528
run: |

0 commit comments

Comments
 (0)