mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-22 02:06:18 +08:00
23 lines
221 B
YAML
23 lines
221 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.15.x"
|
|
- "1.16.x"
|
|
- "1.17.x"
|
|
|
|
sudo: false
|
|
|
|
arch:
|
|
- amd64
|
|
- arm64-graviton2
|
|
|
|
os:
|
|
- linux
|
|
|
|
install:
|
|
- go mod tidy
|
|
- go mod download
|
|
|
|
script:
|
|
- go test -v ./...
|