yaml is dumb

This commit is contained in:
Cody Lee 2023-06-20 13:51:29 -05:00
parent 79fc3264bc
commit b7e3d9d369
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
test:
strategy:
matrix:
go: [1.20]
go: ["1.20"]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
@ -33,7 +33,7 @@ jobs:
lint:
strategy:
matrix:
go: [1.20]
go: ["1.20"]
os: [ubuntu-latest]
name: lint
runs-on: ${{ matrix.os }}