mirror of https://github.com/stretchr/testify.git
Merge pull request #1450 from stretchr/CI-go1.21
CI: use 'stable' and 'oldstable' indirections to refers to Go versionspull/1502/head
commit
b139300e7e
|
@ -7,8 +7,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
go_version:
|
||||
- "1.20"
|
||||
- "1.21"
|
||||
- stable
|
||||
- oldstable
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Go
|
||||
|
|
Loading…
Reference in New Issue