File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 63
63
matrix :
64
64
libgit2 :
65
65
- ' 109b4c887ffb63962c7017a66fc4a1f48becb48e' # v1.2.0 with a fixed symbol
66
+ - ' v1.3.0'
66
67
name : Go (system-wide, dynamic)
67
68
68
69
runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ package git
10
10
#cgo CFLAGS: -DLIBGIT2_STATIC
11
11
#include <git2.h>
12
12
13
- #if LIBGIT2_VER_MAJOR != 1 || LIBGIT2_VER_MINOR < 2 || LIBGIT2_VER_MINOR > 2
14
- # error "Invalid libgit2 version; this git2go supports libgit2 between v1.2.0 and v1.2 .0"
13
+ #if LIBGIT2_VER_MAJOR != 1 || LIBGIT2_VER_MINOR < 2 || LIBGIT2_VER_MINOR > 3
14
+ # error "Invalid libgit2 version; this git2go supports libgit2 between v1.2.0 and v1.3 .0"
15
15
#endif
16
16
*/
17
17
import "C"
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ package git
8
8
#cgo CFLAGS: -DLIBGIT2_DYNAMIC
9
9
#include <git2.h>
10
10
11
- #if LIBGIT2_VER_MAJOR != 1 || LIBGIT2_VER_MINOR < 2 || LIBGIT2_VER_MINOR > 2
12
- # error "Invalid libgit2 version; this git2go supports libgit2 between v1.2.0 and v1.2 .0"
11
+ #if LIBGIT2_VER_MAJOR != 1 || LIBGIT2_VER_MINOR < 2 || LIBGIT2_VER_MINOR > 3
12
+ # error "Invalid libgit2 version; this git2go supports libgit2 between v1.2.0 and v1.3 .0"
13
13
#endif
14
14
*/
15
15
import "C"
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ package git
8
8
#cgo CFLAGS: -DLIBGIT2_STATIC
9
9
#include <git2.h>
10
10
11
- #if LIBGIT2_VER_MAJOR != 1 || LIBGIT2_VER_MINOR < 2 || LIBGIT2_VER_MINOR > 2
12
- # error "Invalid libgit2 version; this git2go supports libgit2 between v1.2.0 and v1.2 .0"
11
+ #if LIBGIT2_VER_MAJOR != 1 || LIBGIT2_VER_MINOR < 2 || LIBGIT2_VER_MINOR > 3
12
+ # error "Invalid libgit2 version; this git2go supports libgit2 between v1.2.0 and v1.3 .0"
13
13
#endif
14
14
*/
15
15
import "C"
You can’t perform that action at this time.
0 commit comments