Use consistent quoting for software versions

pull/521/head
Nicholas McDonnell 2 years ago
parent 583992602c
commit e22c12cbd4
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 2
      .github/workflows/build.yml

@ -28,7 +28,7 @@ jobs:
# so the Go installation must happen before that.
- uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: "1.16"
- name: Store installed Go version
id: go-version
run: |

Loading…
Cancel
Save