Skip to content

Commit

Permalink
doc: Update supported Go version to 1.17.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Ribeiro committed Aug 19, 2022
1 parent cd1ab1b commit f883a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ To use the GitHub Action with Codacy integration:
- name: set-up go
uses: actions/setup-go@v3
with:
# Go version required by the tools currently supported by Codacy
go-version: 1.13.8
# Go version currently supported by Codacy
go-version: 1.17.13
```

4. Optionally, specify the following parameters to run [**standalone** client-side tools](https://docs.codacy.com/related-tools/local-analysis/client-side-tools/):
Expand Down

0 comments on commit f883a39

Please sign in to comment.