Skip to content

Commit

Permalink
Update lib/modules/manager/gomod/artifacts.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins authored Dec 15, 2024
1 parent cda13f4 commit bcb6509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/gomod/artifacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export async function updateArtifacts({
const vendorModulesFileName = upath.join(vendorDir, 'modules.txt');
const useVendor =
!!config.postUpdateOptions?.includes('gomodVendor') ||
(!config.postUpdateOptions?.includes('gomodSkipVendor') &&
(!config.postUpdateOptions?.includes('gomodSkipVendor') &&
(await readLocalFile(vendorModulesFileName)) !== null);
let massagedGoMod = newGoModContent;

Expand Down

0 comments on commit bcb6509

Please sign in to comment.