Update GO Version to latest version in all the files (#112)

This commit is contained in:
rahkumar56
2024-03-05 23:15:25 +05:30
committed by GitHub
parent 44ccf5a7c6
commit 910bcb89c2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -43,4 +43,4 @@ require (
golang.org/x/text v0.3.7 // indirect
)
go 1.21
go 1.22