Skip to content

Commit e71e4fc

Browse files
author
sivakami
committed
set go version.
1 parent 676150a commit e71e4fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/swiftv2-long-running/template/long-running-pipeline-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ stages:
157157
- checkout: self
158158

159159
- task: GoTool@0
160-
displayName: "Use Go 1.22"
160+
displayName: "Use Go 1.22.5"
161161
inputs:
162-
version: "1.22"
162+
version: "1.22.5"
163163

164164
- script: |
165165
echo "==> Installing Ginkgo CLI"

0 commit comments

Comments
 (0)