Merge pull request #1450 from stretchr/CI-go1.21

CI: use 'stable' and 'oldstable' indirections to refers to Go versions
pull/1502/head
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
1 changed files with 2 additions and 2 deletions

View File

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