Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for Go < 1.15 #1028

Merged
merged 2 commits into from Nov 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,8 +11,12 @@ Enhancements:
Bugfixes:
* [#1011][]: JSON: Fix inaccurate precision when encoding complex64.

Other changes:
* [#1028][]: Drop support for Go < 1.15.

[#1011]: https://github.com/uber-go/zap/pull/1011
[#989]: https://github.com/uber-go/zap/pull/989
[#1028]: https://github.com/uber-go/zap/pull/1028

## 1.19.1 (8 Sep 2021)

Expand Down
1 change: 1 addition & 0 deletions global.go
Expand Up @@ -31,6 +31,7 @@ import (
)

const (
_stdLogDefaultDepth = 1
_loggerWriterDepth = 2
_programmerErrorTemplate = "You've found a bug in zap! Please file a bug at " +
"https://github.com/uber-go/zap/issues/new and reference this error: %v"
Expand Down
27 changes: 0 additions & 27 deletions global_go112.go

This file was deleted.

27 changes: 0 additions & 27 deletions global_prego112.go

This file was deleted.