From 95681c66670301312ba00aef9664481f16c831ba Mon Sep 17 00:00:00 2001 From: Paulo Ribeiro Date: Fri, 23 Sep 2022 11:02:55 +0100 Subject: [PATCH] doc: Bump supported Go version to 1.19.1 CY-6239 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2b1d7c..e49430b 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ To use the GitHub Action with Codacy integration: uses: actions/setup-go@v3 with: # Go version currently supported by Codacy - go-version: 1.17.13 + go-version: 1.19.1 ``` 4. Optionally, specify the following parameters to run [**standalone** client-side tools](https://docs.codacy.com/related-tools/local-analysis/client-side-tools/):