You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: troubleshooting/codeql-builds/compiled-languages-go.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Autobuild fails with error "Some packages could not be found"
4
4
5
5
There are a few options when it comes to private repositories:
6
-
- Default Setup [can take advantage of Global Private Registry configuration](https://github.blog/changelog/2025-06-10-private-registries-for-go-codeql-scans/)via `GOPROXY`
6
+
- Default Setup can take advantage of Global Private Registry configuration via `GOPROXY` ([see announcement](https://github.blog/changelog/2025-06-10-private-registries-for-go-codeql-scans/)) or via `Git Source` ([see announcement](https://github.blog/changelog/2025-10-09-codeql-2-23-2-adds-additional-detections-for-rust-and-improves-accuracy-across-languages/))
7
7
- Advanced setup via yaml configuration can initialize the Go environment within the Actions workflow
0 commit comments