From b22e1a4769501ef6edacb8f6f943cea8f1047dfa Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Mon, 28 Nov 2022 13:03:39 -0500 Subject: [PATCH] Updating the Go version in the go.mod file Signed-off-by: Matt Farina --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 658233c..d1abe27 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/Masterminds/semver/v3 -go 1.12 +go 1.18