commit 812bbea5247a7707665e01046d74ff7aea06bbf4 Author: Keegan Carruthers-Smith Date: Wed Nov 19 09:56:25 2025 +0200 chore(dev): run modernize on codebase (#7916) See https://pkg.go.dev/golang.org/x/tools/gopls/internal/analysis/modernize go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./... We have run this before, but there are new things it does + code has been added which isn't using modern stuff. Test Plan: CI