From 21a8225f9f279d85a7f5dc94f48ff7caec4eb0ce Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 17 May 2024 11:09:37 +0000 Subject: [PATCH] chore: deps(gomod): Bump Golang version to 1.22.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ab89db1..dec8ef7 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/updatecli/releasepost -go 1.22.2 +go 1.22 require ( github.com/Masterminds/semver/v3 v3.2.1