build/cmd/gitmirror
Dmitri Shuralyov 2e1eb85ccb all: use Go 1.21 for building services
Use a newer supported version.

For golang/go#64169.

Change-Id: Ice8fea55951bf1615a04aca24a870556c281877a
Reviewed-on: https://go-review.googlesource.com/c/build/+/556359
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
2024-01-17 23:47:09 +00:00
..
.gitignore
Dockerfile
Makefile
README.md
deployment-mirroring.yaml
deployment-serving.yaml
gitmirror.go
gitmirror_linux.go
gitmirror_test.go
service.yaml

README.md

Go Reference

golang.org/x/build/cmd/gitmirror

The gitmirror binary watches the specified Gerrit repositories for new commits and syncs them to mirror repositories.

Deployment

See the documentation on deployment.