Update test.yml

This commit is contained in:
Daniel Czerwonk 2023-03-10 11:41:08 +01:00 committed by GitHub
parent f01a153115
commit 9ff27089a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.20.x]
go-version: ["1.20.x"]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps: