gnu: go-structlayout-optimize: Fix build.
* gnu/packages/golang-check.scm (go-structlayout-optimize) [arguments] <#:go>: Swap to go-1.20. Change-Id: I8ca2f7be5749e8f54c7decc84853ae3f665ba97cmaster
parent
d2364f1797
commit
834c639053
|
@ -704,7 +704,8 @@ flag.")))
|
||||||
(inherit go-honnef-co-go-tools)
|
(inherit go-honnef-co-go-tools)
|
||||||
(name "go-structlayout-optimize")
|
(name "go-structlayout-optimize")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "honnef.co/go/tools/cmd/structlayout-optimize"
|
`(#:go ,go-1.20
|
||||||
|
#:import-path "honnef.co/go/tools/cmd/structlayout-optimize"
|
||||||
#:unpack-path "honnef.co/go/tools"
|
#:unpack-path "honnef.co/go/tools"
|
||||||
#:install-source? #f))
|
#:install-source? #f))
|
||||||
(synopsis "Reorder struct fields to minimize the amount of padding in Go")
|
(synopsis "Reorder struct fields to minimize the amount of padding in Go")
|
||||||
|
|
Reference in New Issue