From 6993abb7cd19af84524a94e954cade451eff44d0 Mon Sep 17 00:00:00 2001 From: Denis Isaev Date: Thu, 7 May 2020 16:01:25 +0300 Subject: [PATCH] docs: use @v0.1.7 in README as the latest release in marketplace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81ff860d7e..58a0e09c57 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: golangci-lint - uses: golangci/golangci-lint-action@v0.1.8 + uses: golangci/golangci-lint-action@v0.1.7 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: v1.26