[release-10.4.18] Go: Bump to 1.24.2 (#103531)
* Go: Bump to 1.24.2 * CI: Update golangci-lint * feat: update swagger * fix: more lints * fix: lints
This commit is contained in:
@@ -57,7 +57,6 @@ func TestProcessManager_Start(t *testing.T) {
|
||||
for _, tc := range tcs {
|
||||
// create a local copy of "tc" to allow concurrent access within tests to the different items of testCases,
|
||||
// otherwise it would be like a moving pointer while tests run in parallel
|
||||
tc := tc
|
||||
|
||||
t.Run(tc.name, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
Reference in New Issue
Block a user