Commit Graph

3 Commits

Author SHA1 Message Date
lhchavez bd435e1623
Rename the default branch to `main` (#786) (#789)
We've renamed the default branch from `master` to `main`, so we need to
change a bunch of references to that.

(cherry picked from commit be5a99a807)
2021-09-04 13:48:44 -07:00
lhchavez ea885e4fa7
Remove the legacy builders (#776) (#779)
These builds are no longer working because some of the dependencies now
require newer versions of Go. Seems like the ecosystem has moved to Go
1.11+, so we are now forced to follow suit.

(cherry picked from commit df7084d36a)
2021-09-04 12:56:00 -07:00
github-actions[bot] a3140afde2
Add two more GitHub Actions workflows (#633) (#634)
This change adds:

* `tag.yml`: Creates a new tag every time the master or a release branch
  is pushed.
* `backport.yml`: Creates a cherry-pick in older release branches to
  keep them up to date with little cost.

(cherry picked from commit 2ac9f4e69b)
2020-08-16 07:28:18 -07:00