Skip to content
Snippets Groups Projects

[renovate] Update golangci/golangci-lint Docker tag to v1.60.1

Merged Ghost User requested to merge renovate/golangci-golangci-lint-1.x into master
All threads resolved!
2 files
+ 0
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
1
@@ -119,7 +119,6 @@ func (p *PndAdapter) RequestAll(ctx context.Context, path string) ([]proto.Messa
reqResult := make([]proto.Message, len(resp.Mne))
g := new(errgroup.Group)
for i, mne := range resp.Mne {
i, mne := i, mne
// TODO: probably the controller should do this; this would result in a
// single request from CLI side.
g.Go(func() error {
Loading