mirror of
https://github.com/stretchr/testify.git
synced 2025-04-28 22:04:45 +00:00
Merge pull request #1450 from stretchr/CI-go1.21
CI: use 'stable' and 'oldstable' indirections to refers to Go versions
This commit is contained in:
commit
b139300e7e
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -7,8 +7,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
go_version:
|
||||
- "1.20"
|
||||
- "1.21"
|
||||
- stable
|
||||
- oldstable
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Go
|
||||
|
Loading…
x
Reference in New Issue
Block a user