Skip to content

Commit

Permalink
chore: upgrade zerolog adapter deps versions (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
danteay committed Apr 17, 2024
1 parent e449c1c commit faba8bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tag_adapters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
uses: tj-actions/[email protected]
with:
files: |
./adapters/${{ matrix.adapter }}/**
./adapters/${{ matrix.adapter }}/**/*.go
./adapters/${{ matrix.adapter }}/go.mod
./adapters/${{ matrix.adapter }}/go.sum
- name: Config Git User
if: steps.check.outputs.any_changed == 'true'
Expand Down
1 change: 1 addition & 0 deletions adapters/slog/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ type options struct {
logger *slog.Logger
}

// Option is a function that configures the adapter.
type Option func(*options)

// WithLevel sets the log level for the logger.
Expand Down

0 comments on commit faba8bc

Please sign in to comment.