This commit is contained in:
lhchavez 2020-10-26 17:53:38 -07:00
parent 05d66ab67b
commit ac270c6b7b
2 changed files with 4 additions and 3 deletions

View File

@ -7,11 +7,12 @@ on:
jobs:
backport:
name: Backport change to branch ${{ matrix.branch }}
continue-on-error: true
strategy:
fail-fast: false
matrix:
branch: [ 'release-0.28', 'release-0.27' ]
name: Backport change to branch ${{ matrix.branch }}
branch: [ 'release-0.30', 'release-0.28', 'release-0.27' ]
runs-on: ubuntu-20.04

View File

@ -17,7 +17,7 @@ Due to the fact that Go 1.11 module versions have semantic meaning and don't nec
| 0.28 | v28 |
| 0.27 | v27 |
You can import them in your project with the version's major number as a suffix. For example, if you have libgit2 v1.0 installed, you'd import git2go v31 with:
You can import them in your project with the version's major number as a suffix. For example, if you have libgit2 v1.1 installed, you'd import git2go v31 with:
```sh
go get github.com/libgit2/git2go/v31