Commit Graph

3 Commits

Author SHA1 Message Date
lhchavez 0af4066df9
Rename the default branch to `main` (#786) (#788)
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:44:04 -07:00
lhchavez ab793028ba
Remove the legacy builders (#776) (#780)
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:57:39 -07:00
github-actions[bot] 0430fd700c
Add two more GitHub Actions workflows (#633) (#635)
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:35 -07:00