mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-23 00:38:26 +00:00
48d5a1cd1a
Signed-off-by: Evan Lezar <elezar@nvidia.com>
10 lines
202 B
YAML
10 lines
202 B
YAML
language: go
|
|
go:
|
|
- "1.11"
|
|
- "1.12"
|
|
- "1.13"
|
|
before_install:
|
|
- go get github.com/xeipuuv/gojsonreference
|
|
- go get github.com/xeipuuv/gojsonpointer
|
|
- go get github.com/stretchr/testify/assert
|