Skip to content

Commit cb65743

Browse files
authored
fix: build failure on Go versions below 1.21, add build constraint for slog.go (#7572)
1 parent 4087ac7 commit cb65743

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

logger/slog.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build go1.21
2+
13
package logger
24

35
import (

0 commit comments

Comments
 (0)