Skip to content

Commit 35f389d

Browse files
v1vdliappis
andauthored
Apply suggestions from code review
Co-authored-by: Dimitrios Liappis <dimitrios.liappis@gmail.com>
1 parent 7c1b738 commit 35f389d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/updatecli.d/bump-golang.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ scms:
1616

1717
actions:
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

7070
conditions:
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

0 commit comments

Comments
 (0)