renovate/lib/modules/manager/gomod
2022-11-27 09:14:04 +01:00
..
__fixtures__ refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
__snapshots__ fix(gomod): Revert "fix(gomod): non-0.0.0 digest matching" (#19120) 2022-11-27 09:14:04 +01:00
artifacts.spec.ts feat(manager/gomod): dynamic golang install 🎉 (#19104) 2022-11-25 18:11:37 +01:00
artifacts.ts feat(manager/gomod): dynamic golang install 🎉 (#19104) 2022-11-25 18:11:37 +01:00
extract.spec.ts fix(gomod): Revert "fix(gomod): non-0.0.0 digest matching" (#19120) 2022-11-27 09:14:04 +01:00
extract.ts fix(gomod): Revert "fix(gomod): non-0.0.0 digest matching" (#19120) 2022-11-27 09:14:04 +01:00
index.ts refactor: convert ProgrammingLanguage to union type (#18748) 2022-11-05 08:49:57 +00:00
readme.md docs: replace word therefore, plus other small changes (#15694) 2022-06-02 16:58:52 +02:00
types.ts refactor(manager/go): make multiline parsing a function (#17074) 2022-08-09 19:51:43 +00:00
update.spec.ts fix(gomod): avoid duplicating "incompatible" metadata (#17867) 2022-09-28 17:20:40 +00:00
update.ts refactor: reduce debug metadata (#18466) 2022-10-29 12:11:09 +00:00

You might be interested in the following postUpdateOptions:

  1. gomodTidy - if you'd like Renovate to run go mod tidy after every update before raising the PR.
    1. This is implicitly enabled for major updates if the user has enabled the option gomodUpdateImportPaths
  2. gomodTidy1.17 - if you'd like Renovate to run go mod tidy -compat=1.17 after every update before raising the PR.
  3. gomodUpdateImportPaths - if you'd like Renovate to update your source import paths on major updates before raising the PR.
  4. gomodMassage - to enable massaging of all replace statements prior to running go so that they will be ignored.

When Renovate is running using binarySource=docker (such as in the hosted Mend Renovate app) then it will pick the latest compatible version of Go to run, i.e. the latest 1.x release. Even if the go.mod has a version like go 1.14, Renovate will treat it as a ^1.14 constraint and not =1.14.