mirror of
https://github.com/spf13/viper
synced 2024-11-16 18:07:02 +00:00
21 lines
459 B
Markdown
21 lines
459 B
Markdown
|
# 6. Go version support
|
||
|
|
||
|
Date: 2021-09-16
|
||
|
|
||
|
## Status
|
||
|
|
||
|
Proposed
|
||
|
|
||
|
## Context
|
||
|
|
||
|
From time to time new features are released in the Go language.
|
||
|
Relying on those features means dropping support for older Go versions.
|
||
|
|
||
|
## Decision
|
||
|
|
||
|
Follow the [Go release policy](https://golang.org/doc/devel/release#policy) and support the last two major versions of Go.
|
||
|
|
||
|
## Consequences
|
||
|
|
||
|
Support for older Go versions will happen every 6 months according to the Go release cycle.
|