1
0
Fork 0
mirror of https://github.com/imjasonh/git-k8s synced 2026-07-08 14:55:17 +00:00

Merge pull request #7 from imjasonh/claude/add-go-cache-ci-DaLrQ

This commit is contained in:
Jason Hall 2026-02-27 23:27:07 -05:00 committed by GitHub
commit 9d5cd83734
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.mod
- name: Go mod tidy
run: go mod tidy
@ -47,6 +48,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.mod
- name: Setup KinD
id: kind