Skip to content

Commit

Permalink
Merge pull request #49 from reviewdog/depup/golangci-lint
Browse files Browse the repository at this point in the history
chore(deps): update golangci-lint to 1.31.0
  • Loading branch information
haya14busa committed Sep 16, 2020
2 parents 1971628 + 3793402 commit 6f1f348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.2
GOLANGCI_LINT_VERSION: v1.30.0
GOLANGCI_LINT_VERSION: v1.31.0
# INPUT_<VARIABLE_NAME> 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 }}
Expand Down

0 comments on commit 6f1f348

Please sign in to comment.