Skip to content

Commit da7b9b7

Browse files
committed
rearranging golang 1.24 support
1 parent 3652a45 commit da7b9b7

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.20.5.rst

+8
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,14 @@ Python
109109
* Fixed a bug in the extractor where a comment inside a subscript could sometimes cause the AST to be missing nodes.
110110
* Using the :code:`break` and :code:`continue` keywords outside of a loop, which is a syntax error but is accepted by our parser, would cause the control-flow construction to fail. This is now no longer the case.
111111

112+
Major Analysis Improvements
113+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
114+
115+
Golang
116+
""""""
117+
118+
* Go 1.24 is now supported. This includes the new language feature of generic type aliases.
119+
112120
Minor Analysis Improvements
113121
~~~~~~~~~~~~~~~~~~~~~~~~~~~
114122

docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.20.6.rst

-5
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ Language Libraries
7171
Major Analysis Improvements
7272
~~~~~~~~~~~~~~~~~~~~~~~~~~~
7373

74-
Golang
75-
""""""
76-
77-
* Go 1.24 is now supported. This includes the new language feature of generic type aliases.
78-
7974
JavaScript/TypeScript
8075
"""""""""""""""""""""
8176

0 commit comments

Comments
 (0)