Update workflow to use the latest stable Go versions

This commit is contained in:
Joël Stemmer 2023-10-18 23:52:02 +01:00
parent 7933520f1e
commit 506f0123d0

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.19', '1.18', '1.13' ]
go: [ '1.21', '1.20', '1.13' ]
steps:
- uses: actions/checkout@v3
- name: Set up Go