Commit 7ef8fb1
authored
**What type of PR is this?**
Bug fix
**What does this PR do? Why is it needed?**
This PR fixes an inconsistency in how environment variables interact
with `go_env`. Prior to this PR, environment variables could override
settings in `go_env` within `go_repository`, but could not override
`go_env` when invoking `@rules_go//go`.
**Which issues(s) does this PR fix?**
Fixes #4462
**Other notes for review**
1 parent 74e87e6 commit 7ef8fb1
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
0 commit comments