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:
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.
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '1.16'
|
||||
go-version: "1.16"
|
||||
- name: Store installed Go version
|
||||
id: go-version
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue