adding go mod
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2023-10-25 15:34:48 +02:00
parent 2429b351a4
commit dfec1fc9d0

View File

@@ -10,6 +10,7 @@ steps:
- name: test - name: test
image: golang:1.16 image: golang:1.16
commands: commands:
- go mod download github.com/containernetworking/cni
- go test -cover ./... - go test -cover ./...
volumes: volumes:
- name: go - name: go