Skip to content

Commit b848a95

Browse files
committed
Add explicit GOTOOLCHAIN=local in CI
Signed-off-by: Tianon Gravi <[email protected]>
1 parent 37e9466 commit b848a95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
# our oldest (officially) supported version and the two upstream-supported versions
1818
go: [1.21.x, oldstable, stable]
1919

20+
env:
21+
# avoid downloading any alternate toolchains (https://go.dev/doc/toolchain)
22+
GOTOOLCHAIN: local
23+
2024
steps:
2125
- name: checkout source code
2226
uses: actions/checkout@v4

0 commit comments

Comments
 (0)