diff options
| author | Sanskar Jaiswal <[email protected]> | 2022-10-04 20:20:57 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-04 07:50:57 -0700 |
| commit | c1ec21d89caa0cdb0aefd6f6b8f95648418a3543 (patch) | |
| tree | 33d4bb4b521a5c5f4502d92db478b0786953363b /.github | |
| parent | 9db5de109c166aa802b85cfae2dced3c4728a00d (diff) | |
libgit2 v1.5.0 #major (#929)
Update libgit2 to v1.5.0. Replace `SmartProxyOptions()` with `SmartRemoteConnectOptions()`.
Fixes: https://github.com/libgit2/git2go/issues/899
Signed-off-by: Sanskar Jaiswal <[email protected]>
Co-authored-by: lhchavez <[email protected]>
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 c0b0d9e..b3fbb4e 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - branch: [ 'release-1.2', 'release-1.1', 'release-1.0', 'release-0.28', 'release-0.27' ] + branch: [ 'release-1.3', '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 dd0cde2..4c884fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: fail-fast: false matrix: libgit2: - - 'v1.3.1' + - 'v1.5.0' name: Go (system-wide, dynamic) runs-on: ubuntu-20.04 |
