1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-22 08:30:48 +00:00

Use consistent quoting for software versions

This commit is contained in:
Nicholas McDonnell 2022-03-28 16:35:59 -04:00
parent 583992602c
commit e22c12cbd4
No known key found for this signature in database
GPG key ID: 7994ADE2A56BE5D1

View file

@ -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: |