From 910bcb89c2e37e780f46a159622f990dd5b07ecb Mon Sep 17 00:00:00 2001 From: rahkumar56 <139110109+rahkumar56@users.noreply.github.com> Date: Tue, 5 Mar 2024 23:15:25 +0530 Subject: [PATCH] Update GO Version to latest version in all the files (#112) --- .drone.yml | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9ffc9f4..0ac58ef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ platform: steps: - name: build - image: golang:1.21 + image: golang:1.22 commands: - go test ./... - sh scripts/build.sh @@ -178,7 +178,7 @@ pool: steps: - name: build - image: golang:1.21 + image: golang:1.22 commands: - go test ./... - sh scripts/build.sh diff --git a/go.mod b/go.mod index 52e740c..faac1d6 100644 --- a/go.mod +++ b/go.mod @@ -43,4 +43,4 @@ require ( golang.org/x/text v0.3.7 // indirect ) -go 1.21 +go 1.22