File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 12
12
git checkout < i > release-branch</ i >
13
13
</ pre >
14
14
15
+ < h2 id ="policy "> Release Policy</ h2 >
16
+
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.
31
+ </ p >
32
+
15
33
< h2 id ="go1.5 "> go1.5 (released 2015/08/19)</ h2 >
16
34
17
35
< p >
You can’t perform that action at this time.
0 commit comments