Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Otterverse committed Nov 20, 2024
1 parent 03cef02 commit 05d30f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
check-latest: true
go-version-file: go.mod
- name: Go Version
run: go version
- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func NewMatchingLogger(logger logging.Logger, isError, uploadAll bool) *Matching

// MatchingLogger provides a logger that also allows sending regex matched lines to a channel.
type MatchingLogger struct {
mu sync.RWMutex
mu sync.RWMutex
logger logging.Logger
matchers map[string]matcher
defaultError bool
Expand Down

0 comments on commit 05d30f4

Please sign in to comment.