Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
roeldev committed May 12, 2024
1 parent b3acf7b commit 2c2099c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
test:
strategy:
matrix:
go-version: ['stable', 'oldstable', 1.20.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
go-version: [ 'stable', 'oldstable', 1.20.x ]
platform: [ ubuntu-latest, macos-latest, windows-latest ]

runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 2c2099c

Please sign in to comment.