Update CI to use go1.22. Remove go1.20 (EOL).

This commit is contained in:
Louis Thibault 2024-02-14 10:40:48 -05:00
parent 8f45137bea
commit 9823ebebd0

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.20', '1.21.x' ]
go-version: ['1.21.x', '1.22.x']
# goarch: [amd64, arm64]
steps: