You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(git-init): bump Go directive to 1.26.3
- update the module Go version from 1.26.2 to 1.26.3
- keep dependency metadata and vendored content unchanged after tidy
- align the local module directive with the latest stable Go release
fix(image/git-init): use patched Tekton pipeline fork
- Replace the upstream pipeline module with the Alauda fork
- Bump the module version to the fixed release
- Refresh go.sum entries for the new dependency source
chore(image): bump git-init Go indirect dependencies (#15)
- Update indirect module versions in image/git-init/go.mod for newer upstream releases.
- Refresh image/git-init/go.sum to record checksums for updated transitive dependencies.
- Keep dependency metadata aligned between go.mod and go.sum for reproducible builds.
chore(deps): update dependency go to v1.26.1
- Bump go directive in image/git-init/go.mod from 1.25.7 to 1.26.1
- Run go mod tidy to sync dependencies
- Update vendor directory to match new module requirements
chore(deps): update dependency go to v1.25.7
- Upgrade Go version from 1.25.6 to 1.25.7
- Update go.mod with latest stable release
- Verify build and tests pass successfully