df36329238
This commit migrates kuryr_cni to use go mod and updates its Dockerfile. Closes-Bug: #1922235 Change-Id: If8b7c0350c0dcfd3de2735aff2efe9c86bbd4e58
4 lines
38 B
Bash
Executable File
4 lines
38 B
Bash
Executable File
#!/bin/bash
|
|
go mod vendor
|
|
go mod tidy
|