Upgrade to Go v1.19

This commit is contained in:
Andrey Nering
2022-08-03 20:49:46 -03:00
parent a1c32a56ea
commit 98d78b9d8a
5 changed files with 4 additions and 23 deletions

View File

@@ -13,7 +13,7 @@ jobs:
name: Test
strategy:
matrix:
go-version: [1.17.x, 1.18.x]
go-version: [1.18.x, 1.19.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.platform}}
steps: