diff options
| author | lhchavez <[email protected]> | 2021-10-14 04:42:42 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-14 04:42:42 -0700 |
| commit | 6eae74c128e37e590d3a5da3fe0561add4b94d5c (patch) | |
| tree | bd5d11a80188bc44668cce5deed56c949151da01 /.github | |
| parent | 9b155184fe1f0f0258730bccd2759ac7ec39be2a (diff) | |
libgit2 v1.3.0 #major (#840)
This commit introduces libgit2 v1.3.0 to git2go, which brings a large
number of [bugfixes and
features](https://github.com/libgit2/libgit2/releases/tag/v1.3.0).
This also marks the start of the v33 release.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/backport.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 9f18fac..c0b0d9e 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - branch: [ 'release-1.1', 'release-1.0', 'release-0.28', 'release-0.27' ] + branch: [ 'release-1.2', 'release-1.1', 'release-1.0', 'release-0.28', 'release-0.27' ] runs-on: ubuntu-20.04 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50e5e14..5ab1b48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: fail-fast: false matrix: libgit2: - - '109b4c887ffb63962c7017a66fc4a1f48becb48e' # v1.2.0 with a fixed symbol + - 'v1.3.0' name: Go (system-wide, dynamic) runs-on: ubuntu-20.04 |
