mirror of
https://github.com/spf13/viper
synced 2024-12-22 19:47:01 +00:00
docs: document a decision about Go version support
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
d2e3a7e5c2
commit
a0f1caa4ed
1 changed files with 20 additions and 0 deletions
20
docs/adr/0006-go-version-support.md
Normal file
20
docs/adr/0006-go-version-support.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# 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.
|
Loading…
Reference in a new issue