From b66692b61df3c71afdaf8c3022ec4dbaea30e1d6 Mon Sep 17 00:00:00 2001 From: Denis Isaev Date: Sat, 16 May 2020 17:20:48 +0300 Subject: [PATCH] mark the action as stable: v0 -> v1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00e1e4699f..bd94de4baf 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.2.0 + uses: golangci/golangci-lint-action@v1 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