mirror of
https://github.com/jsimonetti/rtnetlink.git
synced 2026-05-05 02:46:15 +02:00
Update to go 1.20 (#169)
Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
This commit is contained in:
parent
3aeec2932a
commit
edeb8fa4ac
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.18.x, 1.19.x]
|
||||
go-version: [1.19.x, 1.20.x]
|
||||
platform: [macos-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
@ -33,7 +33,7 @@ jobs:
|
||||
name: Test Linux Integration
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.18.x, 1.19.x]
|
||||
go-version: [1.19.x, 1.20.x]
|
||||
platform: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user