Skip to content

Commit d737e6d

Browse files
authored
Fix misleading version input description (#33)
* Fix misleading version input description Signed-off-by: Tam Mach <[email protected]> * Run npm run all * Update dep to fix CI * Update dep to fix CI * Bump to 1.28 * Locked down setup-go version
1 parent 8870cfb commit d737e6d

File tree

6 files changed

+2068
-341
lines changed

6 files changed

+2068
-341
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- uses: actions/checkout@v2
2222
- uses: ./
2323
with:
24-
version: v1.26
24+
version: v1.28
2525
args: --issues-exit-code=0 ./sample/...
2626
only-new-issues: true

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Official golangci-lint action with line-attached annotations for f
44
author: 'golangci'
55
inputs:
66
version:
7-
description: 'version of golangci-lint to use in form of v1.2.3'
7+
description: 'version of golangci-lint to use in form of v1.2'
88
required: true
99
args:
1010
description: 'golangci-lint command line arguments'

0 commit comments

Comments
 (0)