Compare commits

..

1 Commits

Author SHA1 Message Date
rahkumar56 6dedd77167 feat: [CI-13178]: GO version upgrade from 1.22.0 to 1.22.4. 2024-07-02 14:08:40 +05:30
+2 -2
View File
@@ -11,7 +11,7 @@ platform:
steps:
- name: build
image: golang:1.22.4
image: golang:1.22
commands:
- go test ./...
- sh scripts/build.sh
@@ -178,7 +178,7 @@ pool:
steps:
- name: build
image: golang:1.22.4
image: golang:1.22
commands:
- go test ./...
- sh scripts/build.sh