mirror of
https://github.com/status-im/status-go.git
synced 2025-02-23 04:08:27 +00:00
12 lines
165 B
YAML
12 lines
165 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.2
|
||
|
- tip
|
||
|
|
||
|
install: go get golang.org/x/crypto/curve25519
|
||
|
|
||
|
script:
|
||
|
- go get github.com/tang0th/go-ecdh
|
||
|
- go test github.com/tang0th/go-ecdh
|