Skip to content

Commit 2d79298

Browse files
committed
Fix typo in go lint setup
1 parent f49ee4b commit 2d79298

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# TODO: Automate fetch from go.mod.
2222
go-version: '${{ inputs.go-version }}'
2323
- name: Run repo-specific setup
24-
uses: ./.github/actions/go-check-setup
24+
uses: ./.github/actions/go-lint-setup
2525
if: hashFiles('./.github/actions/go-lint-setup') != ''
2626
- name: Check module tidiness
2727
run: |

0 commit comments

Comments
 (0)