Skip to content

Remove use of GOPROXY and its token#32

Merged
bk2204 merged 1 commit into
mainfrom
goproxy-token
Sep 15, 2025
Merged

Remove use of GOPROXY and its token#32
bk2204 merged 1 commit into
mainfrom
goproxy-token

Conversation

@bk2204

@bk2204 bk2204 commented Sep 12, 2025

Copy link
Copy Markdown
Contributor

This is a public repository and therefore all of its dependencies should be public. It should not be necessary to use any internal proxy for running tests or accessing Go binary because the default options should be fine.

Remove the code to access private Go modules since it is unneeded.

Fixes #27
Fixes #31

This is a public repository and therefore all of its dependencies should
be public.  It should not be necessary to use any internal proxy for
running tests or accessing Go binary because the default options should
be fine.

Remove the code to access private Go modules since it is unneeded.
@bk2204 bk2204 marked this pull request as ready for review September 12, 2025 18:23
@bk2204 bk2204 requested a review from a team as a code owner September 12, 2025 18:23
Copilot AI review requested due to automatic review settings September 12, 2025 18:23

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes internal Go proxy configuration to ensure all dependencies are public, making the repository truly public without requiring access to internal resources. The changes eliminate the need for private module access tokens and proxy settings.

  • Removes GOPROXY environment variables and private module configuration
  • Eliminates dependency on GOPROXY_TOKEN secret for authentication
  • Simplifies CodeQL workflow by removing unnecessary private module setup

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@bk2204 bk2204 merged commit 11bf0c7 into main Sep 15, 2025
5 checks passed
@bk2204 bk2204 deleted the goproxy-token branch September 15, 2025 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Fanout] Use of GOPROXY_TOKEN which is deprecated [Fanout] Use of GOPROXY_TOKEN which is deprecated

3 participants