summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2022-04-21 12:50:51 -0700
committer Colin Cross <ccross@android.com> 2023-06-22 08:18:33 -0700
commitc85750bfe3d0ebadc5ef9051603464699c0a09fc (patch)
tree4e933d1bc7b26f5283c8a0bc6c2d8b0aac869dbc /go.mod
parentabcfc77717b9116f0e838d3b56be447330f1b55a (diff)
Use generics for DepSets
Use Go's generics for DepSets so they don't require a type-specific wrapper and reflection. Test: depsets_test.go Change-Id: I22ba0b7d680d37d2cd05230b0f560d166c4dd20b
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 4a511c528..0a11bd2db 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module android/soong
-go 1.19
+go 1.20
require (
github.com/google/blueprint v0.0.0