Commit 84d6128
authored
[golang] explicitly set toolchain version (#11665)
Since we're operating inside of the main Go tree, we end up using the
tip go.mod file, which typically defines a Go toolchain version which is
not available yet. Explicitly setting GOTOOLCHAIN to "local" tells the
toolchain to use the right (available) version, instead of trying to
download the tip version.
This should fix the build... I think.1 parent 47443ed commit 84d6128
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
0 commit comments