ci: delete Go 1.15 and add Go 1.18 (#6847)

pull/6850/head
Joe Chen 2022-03-16 02:04:27 +08:00 committed by GitHub
parent 1791665f74
commit 3539de754d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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