diff --git a/.github/workflows/common-lint.yml b/.github/workflows/common-lint.yml index 11b6f93..01de444 100644 --- a/.github/workflows/common-lint.yml +++ b/.github/workflows/common-lint.yml @@ -62,7 +62,7 @@ jobs: # We need the Go version and Go cache location for the actions/cache step, # so the Go installation must happen before that. - - uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f + - uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 with: go-version: ${{ inputs.go_version }}