mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Use consistent quoting for software versions
This commit is contained in:
parent
583992602c
commit
e22c12cbd4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
# so the Go installation must happen before that.
|
# so the Go installation must happen before that.
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '1.16'
|
go-version: "1.16"
|
||||||
- name: Store installed Go version
|
- name: Store installed Go version
|
||||||
id: go-version
|
id: go-version
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue