.github: use latest Go versions

Also update the runners to their latest versions.
pull/1413/merge
Kevin Burke 2023-10-16 10:10:28 -07:00 committed by Olivier Mengué
parent 4ae48e988c
commit 7f962d56e4
1 changed files with 2 additions and 1 deletions

View File

@ -7,8 +7,8 @@ jobs:
strategy:
matrix:
go_version:
- "1.19"
- "1.20"
- "1.21"
steps:
- uses: actions/checkout@v4
- name: Setup Go
@ -28,6 +28,7 @@ jobs:
- "1.18"
- "1.19"
- "1.20"
- "1.21"
steps:
- uses: actions/checkout@v4
- name: Setup Go