mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 15:36:25 +00:00
1392955a04
Co-authored-by: Jamie Magee <jamie.magee@gmail.com> |
||
---|---|---|
.. | ||
__fixtures__ | ||
__snapshots__ | ||
artifacts.spec.ts | ||
artifacts.ts | ||
extract.spec.ts | ||
extract.ts | ||
index.ts | ||
readme.md | ||
update.spec.ts | ||
update.ts |
You might be interested in the following postUpdateOptions
:
gomodTidy
- if you'd like Renovate to rungo mod tidy
after every update before raising the PR.- This is implicitly enabled for major updates
gomodUpdateImportPaths
- if you'd like Renovate to update your source import paths on major updates before raising the PR.
When Renovate is running using binarySource=docker
(such as in the hosted WhiteSource Renovate app) then it will pick the latest compatible version of Go to run, i.e. the latest 1.x
release.
Therefore even if the go.mod
contains a version like go 1.14
, you will see Renovate treating that as a ^1.14
constraint and not =1.14
.