Skip to content

Commit 273a16f

Browse files
iamd3vilmr-karan
authored andcommitted
fix: Change minimum go version to 1.17 in go.mod
1 parent 0c2345f commit 273a16f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func main() {
1313
CallerSkipFrameCount: 3,
1414
EnableCaller: true,
1515
TimestampFormat: time.RFC3339Nano,
16-
DefaultFields: []any{"scope", "example"},
16+
DefaultFields: []interface{}{"scope", "example"},
1717
})
1818

1919
// Basic logs.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/zerodha/logf
22

3-
go 1.18
3+
go 1.17
44

55
require github.com/stretchr/testify v1.8.0
66

0 commit comments

Comments
 (0)