Skip to content

Commit

Permalink
Revert #187
Browse files Browse the repository at this point in the history
Using an explicit matrix, makes sure the required version of the module
can be tested.

Signed-off-by: Jeroen Simonetti <[email protected]>
  • Loading branch information
jsimonetti committed Nov 27, 2023
1 parent 98722e1 commit 74450cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Test MacOS
strategy:
matrix:
go-version: ['oldstable', 'stable']
go-version: [1.20.x, 1.21.x]
platform: [macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
name: Test Linux Integration
strategy:
matrix:
go-version: ['oldstable', 'stable']
go-version: [1.20.x, 1.21.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 74450cb

Please sign in to comment.