Skip to content

Commit

Permalink
fix: Change minimum go version to 1.17 in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
iamd3vil authored and mr-karan committed Jul 18, 2022
1 parent 0c2345f commit 273a16f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func main() {
CallerSkipFrameCount: 3,
EnableCaller: true,
TimestampFormat: time.RFC3339Nano,
DefaultFields: []any{"scope", "example"},
DefaultFields: []interface{}{"scope", "example"},
})

// Basic logs.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/zerodha/logf

go 1.18
go 1.17

require github.com/stretchr/testify v1.8.0

Expand Down

0 comments on commit 273a16f

Please sign in to comment.