Compare commits

...

1 Commits

Author SHA1 Message Date
rahkumar56 9ccc0ff3cf fix: [CI-13178]: Upgrade go version with minor version to 1.22.4 2024-07-03 14:40:53 +05:30
+2 -2
View File
@@ -11,7 +11,7 @@ platform:
steps:
- name: build
image: golang:1.22
image: golang:1.22.4
commands:
- go test ./...
- sh scripts/build.sh
@@ -178,7 +178,7 @@ pool:
steps:
- name: build
image: golang:1.22
image: golang:1.22.4
commands:
- go test ./...
- sh scripts/build.sh