Skip to content

Commit

Permalink
fix: resolve lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gacevicljubisa committed Oct 21, 2024
1 parent 3697944 commit 4b2c50e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- uses: actions/setup-go@v3
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.54.2
version: v1.56.2
1 change: 1 addition & 0 deletions pkg/funder/funder.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func Fund(
return fmt.Errorf("make node lister: %w", err)
}
}

return fundNamespace(ctx, cfg, nl, fundingWallet, opts.log)
}

Expand Down

0 comments on commit 4b2c50e

Please sign in to comment.