+1
−1
| Original line number | Diff line number | Diff line |
|---|---|---|
module android/soong
|
||
go 1.20
|
||
go 1.21
|
||
require (
|
||
github.com/google/blueprint v0.0.0
|
||
+1
−1
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Code in build/soong is using new builtins like max, update go.work and go.mod to require 1.21 so that go test ./... works. Fixes: ui/status/ninja.go:193:25: max requires go1.21 or later (-lang was set to go1.20; check go.mod) Test: go test ./... Change-Id: I38f1a2298937db0d7c741b2183540fa3d02dac79
| Original line number | Diff line number | Diff line |
|---|---|---|
module android/soong
|
||
go 1.20
|
||
go 1.21
|
||
require (
|
||
github.com/google/blueprint v0.0.0
|
||