chore: update to go 1.20

This commit is contained in:
Pete Davison
2023-02-13 13:28:49 +00:00
parent 28c5f4a635
commit ab1fe742f3
6 changed files with 9 additions and 6 deletions

View File

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