chore: bump golangci-lint and fix all linting issues (backport #21761) (#21779)

Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
mergify[bot]
2024-09-17 11:49:10 +00:00
committed by GitHub
co-authored by Julien Robert
parent e9aece088d
commit 2ad5ab913d
149 changed files with 60 additions and 374 deletions
-2
View File
@@ -22,8 +22,6 @@ func TestParseGasSetting(t *testing.T) {
}
for _, tc := range testCases {
tc := tc
t.Run(tc.name, func(t *testing.T) {
gs, err := flags.ParseGasSetting(tc.input)