Commit 361bc35
ci: Fix appveyor builds
When building in appveyor, the PATH to go binaries is wrong, it's set to
C:\go116 to try to use go 1.16, but it should be C:\go116\bin. This
resulted in the latest go version being used instead of the intended
one.
Moreover, when using a non-default go version, we also need to set
GOROOT, or weird build errors are going to occur.1 parent 4dfe9d4 commit 361bc35
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
0 commit comments