From 1b817bfc3d5039cc4671203eaa78ee209882e1d9 Mon Sep 17 00:00:00 2001 From: Senthil Kumar T Date: Tue, 19 Nov 2024 17:49:59 +0530 Subject: [PATCH] changing to go 1.23 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2959867..d3638ec 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/harness-community/drone-nexus-publish -go 1.22.7 +go 1.23 require ( github.com/kelseyhightower/envconfig v1.4.0