+1
−1
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -8,4 +8,4 @@ replace github.com/golang/protobuf v0.0.0 => ../../external/golang-protobuf | ||
replace github.com/google/blueprint v0.0.0 => ../blueprint
|
||
go 1.13 |
||
go 1.15 |
||
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The version in go.mod is used by `go build` to select the version of the Go language to target. If it is older than the version of Go in the tree then command line tools like `go test` will give different results from inside the build. Update the version to match the version of Go in the tree. Test: go build ./java Change-Id: I418f401580be7696e2829c970938c7c82715b932
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -8,4 +8,4 @@ replace github.com/golang/protobuf v0.0.0 => ../../external/golang-protobuf | ||
replace github.com/google/blueprint v0.0.0 => ../blueprint
|
||
go 1.13 |
||
go 1.15 |
||