go-ethereum
go-ethereum copied to clipboard
all: remove loopvar workarounds in tests and linter
Loop gotcha was fixed in 1.22 and is currently set as the min version:
https://github.com/ethereum/go-ethereum/blob/922eb033d3553d97907506d08fdb1e0ccdc5bead/go.mod#L3
I think we should not remove the workaround just yet.
I think we should not remove the workaround just yet.
@fjl Why?
Thanks, but this was instead taken care of when we upgraded the linter, as part of https://github.com/ethereum/go-ethereum/pull/30587. I missed including this PR, sorry