From 0536f65c0e6b26a8e105e95ebac995549c6f601b Mon Sep 17 00:00:00 2001 From: wilhelmagren Date: Tue, 14 Nov 2023 21:59:54 +0100 Subject: [PATCH] docs(version): change to v2 in multiple OS support example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.