Skip to content

Commit

Permalink
Fix link error related to Go 1.23 release (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer authored Aug 15, 2024
1 parent c27e46d commit 260f142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/testlog/logger_core_compat.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build slf4gcompat
//go:build slf4gcompat || go1.23

package testlog

Expand Down
2 changes: 1 addition & 1 deletion sdk/testlog/logger_core_with_depth.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !slf4gcompat
//go:build !slf4gcompat && !go1.23

package testlog

Expand Down

0 comments on commit 260f142

Please sign in to comment.