1
0
mirror of https://github.com/stretchr/testify.git synced 2025-04-28 22:04:45 +00:00

Merge pull request from stretchr/CI-go1.21

CI: use 'stable' and 'oldstable' indirections to refers to Go versions
This commit is contained in:
Olivier Mengué 2024-01-31 16:00:29 +01:00 committed by GitHub
commit b139300e7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,8 +7,8 @@ jobs:
strategy:
matrix:
go_version:
- "1.20"
- "1.21"
- stable
- oldstable
steps:
- uses: actions/checkout@v4
- name: Setup Go