build for go 1.19 too

This commit is contained in:
techknowlogick 2023-03-05 00:29:24 -05:00
parent b38112892e
commit 5b0bb8408d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
arch: ['ubuntu-latest', 'arm-ubuntu-latest']
go-version: ['1.20']
go-version: ['1.19','1.20']
git-version: ['2.38.4']
golangci-lint-version: ['1.51.2']
runs-on: ${{ matrix.arch }}