fix: [CI-13178]: Upgrade go version with minor version to 1.22.4 (#120)

This commit is contained in:
rahkumar56
2024-07-10 16:06:42 +05:30
committed by GitHub
parent 5582e3ed7c
commit a71177d4b4
+2 -2
View File
@@ -11,7 +11,7 @@ platform:
steps: steps:
- name: build - name: build
image: golang:1.22 image: golang:1.22.4
commands: commands:
- go test ./... - go test ./...
- sh scripts/build.sh - sh scripts/build.sh
@@ -178,7 +178,7 @@ pool:
steps: steps:
- name: build - name: build
image: golang:1.22 image: golang:1.22.4
commands: commands:
- go test ./... - go test ./...
- sh scripts/build.sh - sh scripts/build.sh