1
0
Fork 0
mirror of https://github.com/imjasonh/git-k8s synced 2026-07-09 07:06:52 +00:00
No description
Find a file
Claude f9a44c22ec
Enable Go module and build caching in CI
Add cache-dependency-path: go.mod to both setup-go steps so that
actions/setup-go caches ~/go/pkg/mod and ~/.cache/go-build across
runs. Since go.sum is not checked in, go.mod is used as the cache key.

https://claude.ai/code/session_011joWLHyHc8v7nDfpNoWkEY
2026-02-28 04:18:53 +00:00
.github/workflows Enable Go module and build caching in CI 2026-02-28 04:18:53 +00:00
cmd Implement Git-as-K8s control plane with Knative controllers 2026-02-27 23:58:44 +00:00
config Change API group from git.k8s.io to git-k8s.imjasonh.com 2026-02-28 00:34:34 +00:00
hack Implement Git-as-K8s control plane with Knative controllers 2026-02-27 23:58:44 +00:00
pkg Add unit tests and GitRepoSync e2e test 2026-02-28 01:52:05 +00:00
.gitignore Add .gitignore for Go binaries and IDE files 2026-02-28 00:14:29 +00:00
.ko.yaml Implement Git-as-K8s control plane with Knative controllers 2026-02-27 23:58:44 +00:00
go.mod Implement Git-as-K8s control plane with Knative controllers 2026-02-27 23:58:44 +00:00