forked from intel/pmem-csi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
{Docker,Jenkins}file: update go version 1.13.4
When go modules enabled user code is not intended be in GOROOT(/go) hence placing source code in /src. Otherwise we hit with below error: go: inconsistent vendoring in /go/src/github.com/intel/pmem-csi: go.mod requires github.com/intel/pmem-csi but vendor/modules.txt does not include it. run 'go mod tidy; go mod vendor' to sync make: *** [Makefile:70: pmem-csi-driver] Error 1 Ref: golang/go#34657 Jenkinsfile: Place the pmem-csi source out of GOPATH
- Loading branch information
Showing
3 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,5 @@ | |
! test/test-config.sh | ||
! hack/copy-modules-license.sh | ||
! vendor/** | ||
! go.mod | ||
! go.sum |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters