mirror of
https://github.com/jsimonetti/rtnetlink.git
synced 2026-03-31 01:41:31 +02:00
Add go 1.21 tests (#184)
* Add go 1.21 tests * Remove go1.19 test Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
This commit is contained in:
parent
691cffcea9
commit
e1a69d8d81
4
.github/workflows/go-test.yml
vendored
4
.github/workflows/go-test.yml
vendored
@ -5,7 +5,7 @@ jobs:
|
||||
name: Test MacOS
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.19.x, 1.20.x]
|
||||
go-version: [1.20.x, 1.21.x]
|
||||
platform: [macos-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
@ -33,7 +33,7 @@ jobs:
|
||||
name: Test Linux Integration
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.19.x, 1.20.x]
|
||||
go-version: [1.20.x, 1.21.x]
|
||||
platform: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user