Revision f9302d917452e5ada93ccc8ced0f0268ae4264ec authored by Joe Stringer on 21 January 2021, 01:10:58 UTC, committed by Joe Stringer on 21 January 2021, 01:10:58 UTC
Workflow:

    ./contrib/go-mod/wrapper.sh

This launches a docker container with your current Cilium working
directory mounted into the correct gopath inside the container.

Inside the container:

    go mod download

Then, use make / unit-tests / go-mod scripts to update dependencies etc.

Signed-off-by: Joe Stringer <joe@cilium.io>
1 parent c4933f1
History
File Mode Size
cmd
.gitignore -rw-r--r-- 38 bytes
Makefile -rw-r--r-- 1003 bytes
main.go -rw-r--r-- 785 bytes

back to top