mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -04:00
deps: update golangci/golangci-lint to v1.52.2 (#1598)
* deps: update golangci/golangci-lint to v1.52.2 * deps: tidy all modules * fix linting issues --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: edgelessci <edgelessci@users.noreply.github.com> Co-authored-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
parent
1c03b066a6
commit
d95a764b65
4 changed files with 25 additions and 25 deletions
|
@ -38,7 +38,7 @@ func NewStatusCmd() *cobra.Command {
|
|||
}
|
||||
|
||||
// runStatus runs the terminate command.
|
||||
func runStatus(cmd *cobra.Command, args []string) error {
|
||||
func runStatus(cmd *cobra.Command, _ []string) error {
|
||||
log, err := newCLILogger(cmd)
|
||||
if err != nil {
|
||||
return fmt.Errorf("creating logger: %w", err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue