pantheon-systems / autotag

Git repository version tagging tool
http://godoc.org/github.com/pantheon-systems/autotag
Apache License 2.0
192 stars 43 forks source link

update to latest git-module version #61

Closed jburianek closed 2 years ago

jburianek commented 3 years ago

We're currently running git-module version v0.8.3: https://github.com/pantheon-systems/autotag/blob/master/go.mod#L9

We should update to the latest one (currently it's v1.1.5): https://github.com/gogs/git-module/releases

Note that this has some breaking changes to the API that we'll need to resolve.

joemiller commented 2 years ago

related, @dependaot tried to do the upgrade too - #67