Skip to content

Commit

Permalink
gazelle: add GOPROXY (#6236)
Browse files Browse the repository at this point in the history
  • Loading branch information
sluongng committed Mar 26, 2024
1 parent 78787ce commit c868e36
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,11 @@ go_register_toolchains(
nogo = "@//:vet",
)

gazelle_dependencies()
gazelle_dependencies(
go_env = {
"GOPROXY": "https://proxy.golang.org|direct",
},
)

http_archive(
name = "googleapis",
Expand Down

0 comments on commit c868e36

Please sign in to comment.