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: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,16 @@ To use the GitHub Action with Codacy integration:
147
147
max-allowed-issues: 2147483647
148
148
```
149
149
150
+
**If you're running a Go client-side tool** you must also set up the Go environment before running the Codacy Analysis CLI GitHub Action. We recommend using the [setup-go GitHub Action](https://github.com/actions/setup-go) for this:
151
+
152
+
```yaml
153
+
- name: set-up go
154
+
uses: actions/setup-go@v3
155
+
with:
156
+
# Go version currently supported by Codacy
157
+
go-version: 1.17.13
158
+
```
159
+
150
160
4. Optionally, specify the following parameters to run [**standalone** client-side tools](https://docs.codacy.com/related-tools/local-analysis/client-side-tools/):
0 commit comments