feat: go 1.22 and slog migration (#557)
This change adds Go 1.22 as a build target and drops support for Go 1.20 and older. The golang.org/x/exp/slog import is migrated to log/slog. Slog has been part of the Go standard library since Go 1.21. Therefore we are dropping support for older Go versions. This is in line of our support policy of "the latest two Go versions".
This commit is contained in:
parent
38c025f7f8
commit
972b8981e5
26 changed files with 106 additions and 120 deletions
|
@ -115,10 +115,9 @@ Versions that also build are marked with :warning:.
|
|||
|
||||
| Version | Supported |
|
||||
| ------- | ------------------ |
|
||||
| <1.19 | :x: |
|
||||
| 1.19 | :warning: |
|
||||
| 1.20 | :white_check_mark: |
|
||||
| <1.21 | :x: |
|
||||
| 1.21 | :white_check_mark: |
|
||||
| 1.22 | :white_check_mark: |
|
||||
|
||||
## Why another library
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue