summaryrefslogtreecommitdiffstats
path: root/src/cmd/go/testdata/script/mod_stale.txt
blob: c6ab27dd7c49e20b5aca01d76fadd24efebc0d7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[short] skip

env GOCACHE=$WORK/cache
go list -f '{{.Stale}}' .
stdout true
go install .
go list -f '{{.Stale}}' .
stdout false

-- go.mod --
module example.com/mod

go 1.20
-- m.go --
package m