renovate/lib/modules/datasource/go
2023-06-21 11:37:42 +00:00
..
__fixtures__ fix(go)!: Fallback to git-tags instead of github-tags (#18060) 2022-10-23 06:48:35 +02:00
__snapshots__ refactor: exactOptionalPropertyTypes (#20761) 2023-03-19 16:09:46 +00:00
base.spec.ts fix(azure): go-import meta header support for Azure DevOps (#22664) 2023-06-11 16:58:46 +00:00
base.ts fix(azure): go-import meta header support for Azure DevOps (#22664) 2023-06-11 16:58:46 +00:00
common.ts fix(bitbucket): use correct case (#21002) 2023-03-17 12:13:37 +00:00
index.spec.ts feat(go)!: default GOPROXY (#20081) 2023-03-10 09:34:39 +01:00
index.ts fix(bitbucket): use correct case (#21002) 2023-03-17 12:13:37 +00:00
readme.md feat(go)!: default GOPROXY (#20081) 2023-03-10 09:34:39 +01:00
releases-direct.spec.ts chore(deps): update jest monorepo to v29.4.1 (#20130) 2023-02-14 16:00:49 +00:00
releases-direct.ts refactor: exactOptionalPropertyTypes (#20761) 2023-03-19 16:09:46 +00:00
releases-goproxy.spec.ts fix(go): Fetch data for respectLatest in goproxy (#22908) 2023-06-21 11:37:42 +00:00
releases-goproxy.ts fix(go): Fetch data for respectLatest in goproxy (#22908) 2023-06-21 11:37:42 +00:00
types.ts fix(go)!: Fallback to git-tags instead of github-tags (#18060) 2022-10-23 06:48:35 +02:00

This datasource will default to using the GOPROXY settings https://proxy.golang.org,direct if there is no value defined in environment variables.

To override this default and use a different proxy, simply configure GOPROXY to an alternative setting in env.

To override this default and stop using any proxy at all, set GOPROXY to the value direct.