Skip to content

Commit ce83c7e

Browse files
authored
Quote the golang version, otherwise 1.20 becomes 1.2 :) (#144)
1 parent 3e6532a commit ce83c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup golang
3434
uses: actions/setup-go@v3
3535
with:
36-
go-version: 1.20
36+
go-version: '1.20'
3737

3838
- name: Configure git for private modules
3939
run: ./hack/setup-git-redirect.sh
@@ -55,7 +55,7 @@ jobs:
5555
- name: Setup golang
5656
uses: actions/setup-go@v3
5757
with:
58-
go-version: 1.20
58+
go-version: '1.20'
5959

6060
- name: Configure git for private modules
6161
run: ./hack/setup-git-redirect.sh

0 commit comments

Comments
 (0)