-
- Downloads
fix(go)!: Don't fallback if GOPROXY used (#12407)
Current implementation tries to use GOPROXY and falls back to Renovate fetching mechanism if no releases found. The new one is switches to GOPROXY implementaiton when environment variable is set and doesn't fallback. However, when direct keyword is used, it will use Renovate-native mechanism that fetches directly from GitHub, etc. When off keyword is encountered or no URLs left, we're done with no releases (i.e. no fallback to Renovate-native mechanism). BREAKING CHANGE: Go modules lookups will now no longer fallback to Renovate native lookups if GOPROXY is configured and without "direct" explicitly configured.
Showing
- docs/usage/configuration-options.md 2 additions, 1 deletiondocs/usage/configuration-options.md
- lib/datasource/go/__snapshots__/releases-goproxy.spec.ts.snap 102 additions, 11 deletions...datasource/go/__snapshots__/releases-goproxy.spec.ts.snap
- lib/datasource/go/index.spec.ts 4 additions, 4 deletionslib/datasource/go/index.spec.ts
- lib/datasource/go/index.ts 5 additions, 8 deletionslib/datasource/go/index.ts
- lib/datasource/go/releases-goproxy.spec.ts 98 additions, 15 deletionslib/datasource/go/releases-goproxy.spec.ts
- lib/datasource/go/releases-goproxy.ts 22 additions, 20 deletionslib/datasource/go/releases-goproxy.ts
Loading
Please register or sign in to comment