mirror of https://github.com/stretchr/testify.git
.github: use latest Go versions
Also update the runners to their latest versions.pull/1413/merge
parent
4ae48e988c
commit
7f962d56e4
|
@ -7,8 +7,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go_version:
|
go_version:
|
||||||
- "1.19"
|
|
||||||
- "1.20"
|
- "1.20"
|
||||||
|
- "1.21"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
|
@ -28,6 +28,7 @@ jobs:
|
||||||
- "1.18"
|
- "1.18"
|
||||||
- "1.19"
|
- "1.19"
|
||||||
- "1.20"
|
- "1.20"
|
||||||
|
- "1.21"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
|
|
Loading…
Reference in New Issue