Skip to content

Commit

Permalink
Update lib/modules/datasource/go/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <[email protected]>
  • Loading branch information
zharinov and viceice committed Aug 26, 2024
1 parent 5b71192 commit 1312280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/datasource/go/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class GoDatasource extends Datasource {
@cache({
namespace: `datasource-${GoDatasource.id}`,
// TODO: types (#22198)
key: ({ packageName }: Partial<DigestConfig>) =>
key: ({ packageName }: GetReleasesConfig) =>
`getReleases:${packageName}-digest`,
})
getReleases(config: GetReleasesConfig): Promise<ReleaseResult | null> {
Expand Down

0 comments on commit 1312280

Please sign in to comment.