Skip to content

Commit 3891e9e

Browse files
committed
strict actionlint version
1 parent 880dad1 commit 3891e9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/setup-go@v3
3030
with:
31-
go-version: 1.17.1
31+
go-version-file: .go-version
3232

3333
# Runs a set of commands using the runners shell
3434
- name: golangci-lint

.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: 1.18.1
14+
go-version: 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)