diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ec57c22f4..f796a1677 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -52,7 +52,7 @@ jobs: # actions/setup-go does not setup the installed toolchain to be preferred over the system install, # which causes go-licenses to raise "Package ... does not have module info" errors. - # for more information, https://github.com/google/go-licenses/issues/244#issuecomment-1885098633 + # For more information, https://github.com/google/go-licenses/issues/244#issuecomment-1885098633 # # go-licenses has been pinned for automation use. - name: Check licenses