CI supports golang 1.18.x

This commit is contained in:
Emman 2022-03-31 10:42:43 +08:00
parent ef31153dba
commit acca067fb6
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
goVer: ['1.16', '1.17'] goVer: ['1.16', '1.17', '1.18']
steps: steps:
- name: Checkout Repo - name: Checkout Repo
uses: actions/checkout@v2 uses: actions/checkout@v2

View File

@ -3,7 +3,7 @@ language: go
jobs: jobs:
include: include:
- arch: ppc64le - arch: ppc64le
go: 1.17.x go: 1.18.x
- arch: arm64-graviton2 - arch: arm64-graviton2
virt: vm virt: vm
os: linux os: linux