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:
commit
9d5cd83734
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue