Merge branch 'main' of https://github.com/emmansun/gmsm into main

This commit is contained in:
Emman 2021-06-10 17:40:06 +08:00
commit 5a96d64386

View File

@ -3,11 +3,15 @@ language: go
go:
- "1.14.x"
- "1.15.x"
- master
- "1.16.x"
sudo: false
os:
- linux
install:
- go mod tidy
- go mod download
script: