Skip to content

Commit

Permalink
backport of commit ac26dfa
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael committed Feb 17, 2023
1 parent cfdbacf commit f1a9d14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1310,8 +1310,7 @@ workflows:
filters:
branches:
only:
- release/0.49.x
- release/1.0.x
- release/1.1.x
jobs:
- build-distro:
OS: "linux"
Expand Down
2 changes: 0 additions & 2 deletions cli/cmd/troubleshoot/upstreams/upstreams.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package upstreams
import (
"fmt"
"net"
"sort"
"strconv"
"strings"
"sync"
Expand Down Expand Up @@ -246,7 +245,6 @@ func formatClusterNames(names map[string]struct{}) string {
for k := range names {
out = append(out, k)
}
sort.Strings(out)
return strings.Join(out, ", ")
}

Expand Down

0 comments on commit f1a9d14

Please sign in to comment.