Skip to content

Commit 5a800cc

Browse files
authored
Merge pull request #17 from github/go-macos-readme
Note in readme about go analysis in macos-latest
2 parents b73b259 + cc2c18d commit 5a800cc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ env:
143143

144144
to `github/codeql-action/analyze`.
145145

146-
### If you do not use a vendor directory
146+
#### If you do not use a vendor directory
147147

148148
Dependencies on public repositories should just work. If you have dependencies on private repositories, one option is to use `git config` and a [personal access token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line) to authenticate when downloading dependencies. Add a section like
149149

@@ -168,3 +168,7 @@ dotnet build /p:UseSharedCompilation=false
168168
```
169169

170170
Version 3 does not require the additional flag.
171+
172+
### Analysing Go together with other languages on `macos-latest`
173+
174+
When running on macos it is currently not possible to analyze Go in conjunction with any of Java, C/C++, or C#. Each language can still be analyzed separately.

0 commit comments

Comments
 (0)