mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-21 09:46:18 +08:00
CI supports golang 1.18.x
This commit is contained in:
parent
ef31153dba
commit
acca067fb6
2
.github/workflows/go1_16.ci.yml
vendored
2
.github/workflows/go1_16.ci.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
goVer: ['1.16', '1.17']
|
||||
goVer: ['1.16', '1.17', '1.18']
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v2
|
||||
|
@ -3,7 +3,7 @@ language: go
|
||||
jobs:
|
||||
include:
|
||||
- arch: ppc64le
|
||||
go: 1.17.x
|
||||
go: 1.18.x
|
||||
- arch: arm64-graviton2
|
||||
virt: vm
|
||||
os: linux
|
||||
|
Loading…
x
Reference in New Issue
Block a user