summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2020-08-21 11:11:15 -0700
committer Colin Cross <ccross@android.com> 2020-08-21 11:13:21 -0700
commit42f135b7b083083e79bef0a45f3e7327b83cc11e (patch)
tree262070a876223121c722d3a8a53dfb0f92c0ee7f /go.mod
parentec7a91f9fa303e64fa62dbf74b03fcf1f50ca944 (diff)
Update go.mod to go 1.15
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
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 1483a3180..7297dea74 100644
--- a/go.mod
+++ b/go.mod
@@ -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