Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
0a9e76e6bf
commit
3dc4115350
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
|||
fail-fast: true
|
||||
matrix:
|
||||
platform: [macos-latest, windows-latest]
|
||||
goVer: [1.18 1.19]
|
||||
goVer: [1.18, 1.19]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- name: Set up Go
|
||||
|
|
Loading…
Reference in a new issue