CI: add go 1.21

pull/1450/head
Olivier Mengué 2023-08-08 23:31:30 +02:00
parent 9b9a3b48b1
commit c86e139511
1 changed files with 2 additions and 2 deletions

View File

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