Skip to content

Commit

Permalink
docs(go): mark Golang as GA
Browse files Browse the repository at this point in the history
  • Loading branch information
elsapet committed Apr 9, 2024
1 parent 1bccddc commit b3ffc6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<br /><br />
Bearer CLI is a static application security testing (SAST) tool that scans your source code and analyzes your data flows to discover, filter and prioritize security and privacy risks.
<br /><br />
Currently supporting: <strong>JavaScript/TypeScript</strong> (GA), <strong>Ruby</strong> (GA), <strong>PHP</strong> (GA), <strong>Java</strong> (GA), <strong>Go</strong> (Beta), <strong>Python</strong> (Alpha) - <a href="https://docs.bearer.com/reference/supported-languages/">Learn more</a>
Currently supporting: <strong>JavaScript/TypeScript</strong> (GA), <strong>Ruby</strong> (GA), <strong>PHP</strong> (GA), <strong>Java</strong> (GA), <strong>Go</strong> (GA), <strong>Python</strong> (Alpha) - <a href="https://docs.bearer.com/reference/supported-languages/">Learn more</a>

<br /><br />

Expand Down Expand Up @@ -259,11 +259,11 @@ Bearer CLI currently supports:
<table>
<tr>
<td>GA</td>
<td>JavaScript/TypeScript, Ruby, PHP, Java</td>
<td>JavaScript/TypeScript, Ruby, PHP, Java, Go</td>
</tr>
<tr>
<td>Beta</td>
<td>Go</td>
<td>-</td>
</tr>
<tr>
<td>Alpha</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/supported-languages.njk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ supportChart:
rules: true
searchName: lang-go
searchTerm: go_
status: Beta
status: GA
python:
name: Python
frameworks: []
Expand Down

0 comments on commit b3ffc6d

Please sign in to comment.