From d43ab211f3a3d629fb9c856e503060ee738211f7 Mon Sep 17 00:00:00 2001 From: rahkumar56 Date: Fri, 6 Sep 2024 01:06:28 +0000 Subject: [PATCH] Update GO Version to latest version in all the files --- .drone.yml | 4 ++-- go.mod | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index fad3cd2..c588a5d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ platform: steps: - name: build - image: golang:1.22.4 + image: golang:1.23.1 commands: - go test ./... - sh scripts/build.sh @@ -178,7 +178,7 @@ pool: steps: - name: build - image: golang:1.22.4 + image: golang:1.23.1 commands: - go test ./... - sh scripts/build.sh diff --git a/go.mod b/go.mod index cc5fc03..0b43cb9 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.9.3 github.com/stretchr/testify v1.8.4 - github.com/urfave/cli v1.22.9 + github.com/urfave/cli v1.23.9 golang.org/x/mod v0.17.0 ) @@ -47,4 +47,4 @@ require ( gopkg.in/yaml.v3 v3.0.1 // indirect ) -go 1.22.4 +go 1.23.4