Update GO Version to latest version in all the files

This commit is contained in:
rahkumar56
2024-08-16 01:06:36 +00:00
parent f41d7cb836
commit 7cafedf001
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ platform:
steps:
- name: build
image: golang:1.22.4
image: golang:1.23.0
commands:
- go test ./...
- sh scripts/build.sh
@@ -178,7 +178,7 @@ pool:
steps:
- name: build
image: golang:1.22.4
image: golang:1.23.0
commands:
- go test ./...
- sh scripts/build.sh
+2 -2
View File
@@ -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