From 6eae74c128e37e590d3a5da3fe0561add4b94d5c Mon Sep 17 00:00:00 2001 From: lhchavez Date: Thu, 14 Oct 2021 04:42:42 -0700 Subject: 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. --- .github/workflows/backport.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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 -- cgit v1.2.3