Skip to content

Commit 74450cb

Browse files
committed
Revert #187
Using an explicit matrix, makes sure the required version of the module can be tested. Signed-off-by: Jeroen Simonetti <[email protected]>
1 parent 98722e1 commit 74450cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Test MacOS
66
strategy:
77
matrix:
8-
go-version: ['oldstable', 'stable']
8+
go-version: [1.20.x, 1.21.x]
99
platform: [macos-latest]
1010
runs-on: ${{ matrix.platform }}
1111
steps:
@@ -33,7 +33,7 @@ jobs:
3333
name: Test Linux Integration
3434
strategy:
3535
matrix:
36-
go-version: ['oldstable', 'stable']
36+
go-version: [1.20.x, 1.21.x]
3737
platform: [ubuntu-latest]
3838
runs-on: ${{ matrix.platform }}
3939
steps:

0 commit comments

Comments
 (0)