renovate/lib/modules/datasource/go
2024-03-01 17:59:23 +00:00
..
__fixtures__ fix(datasource/go): don't strip api/ from packageName on gitlab (#27635) 2024-02-29 15:59:33 +00:00
__snapshots__ refactor: exactOptionalPropertyTypes (#20761) 2023-03-19 16:09:46 +00:00
base.spec.ts fix(datasource/go): don't strip api/ from packageName on gitlab (#27635) 2024-02-29 15:59:33 +00:00
base.ts fix(datasource/go): don't strip api/ from packageName on gitlab (#27635) 2024-02-29 15:59:33 +00:00
common.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
goproxy-parser.spec.ts refactor(go): Extract GOPROXY and NOPROXY parsing utilities (#27671) 2024-03-01 17:39:35 +00:00
goproxy-parser.ts refactor(go): Extract GOPROXY and NOPROXY parsing utilities (#27671) 2024-03-01 17:39:35 +00:00
index.spec.ts fix(go): Disable direct digest fetch for GOPROXY containing "off" (#27672) 2024-03-01 17:59:23 +00:00
index.ts fix(go): Disable direct digest fetch for GOPROXY containing "off" (#27672) 2024-03-01 17:59:23 +00:00
readme.md feat(go)!: default GOPROXY (#20081) 2023-03-10 09:34:39 +01:00
releases-direct.spec.ts fix(datasource/go): Generalize submodule filtering logic (#25938) 2023-11-24 06:59:04 +00:00
releases-direct.ts fix(datasource/go): Generalize submodule filtering logic (#25938) 2023-11-24 06:59:04 +00:00
releases-goproxy.spec.ts refactor(go): Extract GOPROXY and NOPROXY parsing utilities (#27671) 2024-03-01 17:39:35 +00:00
releases-goproxy.ts refactor(go): Extract GOPROXY and NOPROXY parsing utilities (#27671) 2024-03-01 17:39:35 +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.