upgrade go version

This commit is contained in:
Justin Hammond 2022-06-03 11:58:23 +08:00 committed by GitHub
parent d1b27ac3c2
commit f8a957dd69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ jobs:
test:
strategy:
matrix:
go-version: [ 1.17.x, 1.16.x ]
go-version: [ 1.17.x, 1.18.x ]
platform: [ ubuntu-latest ]
runs-on: ${{ matrix.platform }}
steps: