spec
spec copied to clipboard
Upgrade the golang version and enable gomod
This PR aims to fix Travis build problem.
- Upgrade version of golang to 1.11.12.
- Enable gomod.
You need to update the generated pb.go file as well
Fixes: https://github.com/container-storage-interface/spec/issues/377?
@davidz627 It fixes the problem. However, it created another one.
I am getting diff error: https://travis-ci.org/container-storage-interface/spec/jobs/569100580
make locally doesn't update the generated files. (Working on it)