File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1212 # Install golang
1313 - uses : actions/setup-go@v2
1414 with :
15- go-version : 1.20
15+ go-version : ' 1.20'
1616
1717 - uses : actions/checkout@v2
1818 with :
5656 # Install golang
5757 - uses : actions/setup-go@v2
5858 with :
59- go-version : 1.20
59+ go-version : ' 1.20'
6060
6161 - uses : actions/checkout@v2
6262 with :
Original file line number Diff line number Diff line change 1313 # Install golang
1414 - uses : actions/setup-go@v2
1515 with :
16- go-version : 1.20
16+ go-version : ' 1.20'
1717 - uses : actions/checkout@v2
1818
1919 # TODO: Add Dockerfile linting
4343 # Install golang
4444 - uses : actions/setup-go@v2
4545 with :
46- go-version : 1.20
46+ go-version : ' 1.20'
4747 - uses : actions/checkout@v2
4848
4949 - name : Set up QEMU
Original file line number Diff line number Diff line change 1212 # Install golang
1313 - uses : actions/setup-go@v2
1414 with :
15- go-version : 1.20
15+ go-version : ' 1.20'
1616 - uses : actions/checkout@v2
1717
1818 # TODO: Add Dockerfile linting
2828 # Install golang
2929 - uses : actions/setup-go@v2
3030 with :
31- go-version : 1.20
31+ go-version : ' 1.20'
3232 - uses : actions/checkout@v2
3333
3434 - name : Set Tag
Original file line number Diff line number Diff line change 1717 # Install golang
1818 - uses : actions/setup-go@v5
1919 with :
20- go-version : 1.20
20+ go-version : ' 1.20'
2121
2222 - uses : actions/checkout@v2
2323 with :
7474 # Install golang
7575 - uses : actions/setup-go@v5
7676 with :
77- go-version : 1.20
77+ go-version : ' 1.20'
7878
7979 - uses : actions/checkout@v2
8080 with :
@@ -133,7 +133,7 @@ jobs:
133133 # Install golang
134134 - uses : actions/setup-go@v5
135135 with :
136- go-version : 1.20
136+ go-version : ' 1.20'
137137
138138 - uses : actions/checkout@v2
139139 with :
You can’t perform that action at this time.
0 commit comments