nit
This commit is contained in:
parent
05d66ab67b
commit
ac270c6b7b
|
@ -7,11 +7,12 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
backport:
|
backport:
|
||||||
|
name: Backport change to branch ${{ matrix.branch }}
|
||||||
|
continue-on-error: true
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
branch: [ 'release-0.28', 'release-0.27' ]
|
branch: [ 'release-0.30', 'release-0.28', 'release-0.27' ]
|
||||||
name: Backport change to branch ${{ matrix.branch }}
|
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
|
|
|
@ -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.28 | v28 |
|
||||||
| 0.27 | v27 |
|
| 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
|
```sh
|
||||||
go get github.com/libgit2/git2go/v31
|
go get github.com/libgit2/git2go/v31
|
||||||
|
|
Loading…
Reference in New Issue