mirror of
https://github.com/aclindsa/ofxgo.git
synced 2024-12-03 06:50:05 -05:00
CI: Update go versions tested
This commit is contained in:
parent
e3c4afc0a3
commit
e302ce2e6b
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.13.x, 1.16.x, 1.17.x]
|
||||
go-version: [1.13.x, 1.18.x, 1.20.x]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user