Skip to content

Commit

Permalink
ci: more
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Mar 30, 2023
1 parent 2d22e77 commit eeddcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
${{ env.cache }}
${{ env.modcache }}
${{ env.lintcache }}
key: lint-${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}-${{ hashFiles('**/.go') }}
key: lint-${{ runner.os }}-go-${{ hashFiles('.goreleaser.yaml') }}-${{ hashFiles('**/go.sum') }}-${{ hashFiles('**/*.go') }}
restore-keys: |
lint-${{ runner.os }}-go-
Expand Down

0 comments on commit eeddcb7

Please sign in to comment.