From 84b7f456735eafa75c4349787819d20218314ebe Mon Sep 17 00:00:00 2001 From: lhchavez Date: Thu, 19 Mar 2020 07:45:38 -0700 Subject: [PATCH] Add the version number to go.mod This is the second take on trying to tag the current release with a Go version. (cherry picked from commit a32375a86063768507a01b32cc3d868f4c2ffa9c) --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 2f6ec60..5d3beea 100644 --- a/go.mod +++ b/go.mod @@ -1 +1,3 @@ module github.com/libgit2/git2go/v28 + +go 1.13