build(go): set module version to go 1.16

This commit is contained in:
fwiedmann
2021-03-11 21:08:03 +01:00
committed by Felix Wiedmann
parent f79466b238
commit d7878222bb
2 changed files with 154 additions and 1 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/Nightapes/go-semantic-release
go 1.13
go 1.16
require (
github.com/Masterminds/semver v1.5.0