Update go version list used in github workflows

Signed-off-by: Luca Bigliardi <shammash@google.com>
This commit is contained in:
Luca Bigliardi 2022-10-19 12:19:00 +02:00
parent 075b84a810
commit 811f389293
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.13.x, 1.15.x, 1.16.x]
go-version: [1.15.x, 1.18.x, 1.19.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps: