Runs test on go 1.18, 1.19 and 1.20
This commit is contained in:
parent
b601d4bcbf
commit
11f0c10ed2
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -15,9 +15,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
goversion:
|
goversion:
|
||||||
|
- "1.20"
|
||||||
- "1.19"
|
- "1.19"
|
||||||
- "1.18"
|
- "1.18"
|
||||||
- "1.17"
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user