spec icon indicating copy to clipboard operation
spec copied to clipboard

Upgrade the golang version and enable gomod

Open hakanmemisoglu opened this issue 6 years ago • 3 comments

This PR aims to fix Travis build problem.

  • Upgrade version of golang to 1.11.12.
  • Enable gomod.

hakanmemisoglu avatar Aug 07 '19 23:08 hakanmemisoglu

You need to update the generated pb.go file as well

jieyu avatar Aug 07 '19 23:08 jieyu

Fixes: https://github.com/container-storage-interface/spec/issues/377?

davidz627 avatar Aug 08 '19 22:08 davidz627

@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)

hakanmemisoglu avatar Aug 08 '19 22:08 hakanmemisoglu