From 1c72da5778720b8743c638a4ae1c5eafb6a9ea08 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Mon, 10 May 2021 14:29:19 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint to 1.40.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 94fdf8ae..7755a8cf 100644 --- a/action.yml +++ b/action.yml @@ -43,7 +43,7 @@ runs: # We may want to allow specifing reviewdog and golangci-lint version as # action's input, but let's start with hard coded latest stable version. REVIEWDOG_VERSION: v0.11.0 - GOLANGCI_LINT_VERSION: v1.39.0 + GOLANGCI_LINT_VERSION: v1.40.0 # INPUT_ is not available in Composite run steps # https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611 INPUT_GITHUB_TOKEN: ${{ inputs.github_token }}