File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616
1717actions :
1818 default :
19- title : ' [Automation] Bump Golang version to {{ source "latestMicrosotGoVersion " }}'
19+ title : ' [Automation] Bump Golang version to {{ source "latestMicrosoftGoVersion " }}'
2020 kind : github/pullrequest
2121 scmid : githubConfig
2222 spec :
@@ -39,7 +39,7 @@ sources:
3939 spec :
4040 command : echo {{ requiredEnv "GO_MINOR" }}
4141
42- latestMicrosotGoVersion :
42+ latestMicrosoftGoVersion :
4343 name : Get Latest Microsoft Go Release
4444 kind : githubrelease
4545 dependson :
@@ -58,14 +58,14 @@ sources:
5858 golangVersion :
5959 name : Get golang version
6060 dependson :
61- - latestMicrosotGoVersion
61+ - latestMicrosoftGoVersion
6262 kind : shell
6363 transformers :
6464 - findsubmatch :
6565 pattern : ' ^(\d+.\d+.\d+)-(\d+)'
6666 captureindex : 1
6767 spec :
68- command : echo {{ source "latestMicrosotGoVersion " }}
68+ command : echo {{ source "latestMicrosoftGoVersion " }}
6969
7070conditions :
7171 dockerTag :
@@ -115,9 +115,9 @@ targets:
115115 file : go/Makefile.common
116116 matchpattern : ' \d+.\d+.\d+'
117117 update-go-versions :
118- name : ' Update go version {{ source "latestMicrosotGoVersion " }}'
118+ name : ' Update go version {{ source "latestMicrosoftGoVersion " }}'
119119 kind : shell
120- sourceid : latestMicrosotGoVersion
120+ sourceid : latestMicrosoftGoVersion
121121 scmid : githubConfig
122122 spec :
123123 command : .github/updatecli.d/bump-go-version.sh
You can’t perform that action at this time.
0 commit comments