Skip to content

Commit

Permalink
build(deps): bump golangci/golangci-lint-action from 3 to 4 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent d771e1a commit 9189ef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v3
- uses: golangci/golangci-lint-action@v4
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var rootCmd = &cobra.Command{

fx.WithLogger(provide.FxeventLogger),

fx.Invoke(func(lc fx.Lifecycle, v *viper.Viper, l logger.Logger, e *eventhandler.EventHandler) {
fx.Invoke(func(lc fx.Lifecycle, _ *viper.Viper, l logger.Logger, e *eventhandler.EventHandler) {
lc.Append(fx.Hook{
OnStart: func(_ context.Context) error {
go func() {
Expand Down

0 comments on commit 9189ef9

Please sign in to comment.