File tree 1 file changed +6
-13
lines changed 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change 15
15
< h2 id ="policy "> Release Policy</ h2 >
16
16
17
17
< p >
18
- Each major Go release obsoletes and ends support for the previous one.
19
- For example, if Go 1.5 has been released, then it is the current release
20
- and Go 1.4 and earlier are no longer supported.
21
- We fix critical problems in the current release as needed by issuing minor revisions
22
- (for example, Go 1.5.1, Go 1.5.2, and so on).
23
- </ p >
24
-
25
- < p >
26
- As a special case, we issue minor revisions for critical security problems
27
- in both the current release and the previous release.
28
- For example, if Go 1.5 is the current release then we will issue minor revisions
29
- to fix critical security problems in both Go 1.4 and Go 1.5 as they arise.
30
- See the < a href ="/security "> security policy</ a > for more details.
18
+ Each major Go release is supported until there are two newer major releases.
19
+ For example, Go 1.8 is supported until Go 1.10 is released,
20
+ and Go 1.9 is supported until Go 1.11 is released.
21
+ We fix critical problems, including < a href ="/security "> critical security problems</ a > ,
22
+ in supported releases as needed by issuing minor revisions
23
+ (for example, Go 1.8.1, Go 1.8.2, and so on).
31
24
</ p >
32
25
33
26
< h2 id ="go1.8 "> go1.8 (released 2017/02/16)</ h2 >
You can’t perform that action at this time.
0 commit comments