c1dd9168b2
Moved all the go gets into the makefile to add version wasm support Added get to update all dependencies and removed unneeded make rules
9 lines
64 B
YAML
9 lines
64 B
YAML
language: go
|
|
|
|
before_install:
|
|
- make get
|
|
|
|
go:
|
|
- 1.12.x
|
|
|