Skip to content

Commit 880dad1

Browse files
committed
strict actionlint version
1 parent a04cf95 commit 880dad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-go@v3
1313
with:
14-
go-version-file: .go-version
14+
go-version-file: 1.18.1
1515
- name: install actionlint
1616
run: cd .ci/tools && go install github.com/rhysd/actionlint/cmd/actionlint
1717
- name: actionlint

0 commit comments

Comments
 (0)