Skip to content

Commit e22c12c

Browse files
committed
Use consistent quoting for software versions
1 parent 5839926 commit e22c12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# so the Go installation must happen before that.
2929
- uses: actions/setup-go@v2
3030
with:
31-
go-version: '1.16'
31+
go-version: "1.16"
3232
- name: Store installed Go version
3333
id: go-version
3434
run: |

0 commit comments

Comments
 (0)