Skip to content

Commit

Permalink
Fix misleading version input description (#33)
Browse files Browse the repository at this point in the history
* Fix misleading version input description

Signed-off-by: Tam Mach <sayboras@yahoo.com>

* Run npm run all

* Update dep to fix CI

* Update dep to fix CI

* Bump to 1.28

* Locked down setup-go version
  • Loading branch information
sayboras committed Jul 6, 2020
1 parent 8870cfb commit d737e6d
Show file tree
Hide file tree
Showing 6 changed files with 2,068 additions and 341 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -21,6 +21,6 @@ jobs:
- uses: actions/checkout@v2
- uses: ./
with:
version: v1.26
version: v1.28
args: --issues-exit-code=0 ./sample/...
only-new-issues: true
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -4,7 +4,7 @@ description: 'Official golangci-lint action with line-attached annotations for f
author: 'golangci'
inputs:
version:
description: 'version of golangci-lint to use in form of v1.2.3'
description: 'version of golangci-lint to use in form of v1.2'
required: true
args:
description: 'golangci-lint command line arguments'
Expand Down

0 comments on commit d737e6d

Please sign in to comment.