fix: [CI-13178]: Upgrade go version with minor version to 1.22.4

This commit is contained in:
rahkumar56
2024-07-03 14:40:53 +05:30
committed by GitHub
parent 5582e3ed7c
commit 9ccc0ff3cf
+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