diff --git a/README.md b/README.md index 3e80906..0d7c4a0 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ jobs: go-version: ${{ matrix.go }} cache: false - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v2 with: # Require: The version of golangci-lint to use. # When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.