yaml is dumb
This commit is contained in:
parent
79fc3264bc
commit
b7e3d9d369
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue