ci: add go 1.18.x

pull/7785/head
Joe Chen 2022-03-19 14:29:05 +08:00
parent 45fdfecf64
commit dff067ac28
No known key found for this signature in database
GPG Key ID: 0BDE5280C552FF60
1 changed files with 1 additions and 1 deletions

View File

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