Skip to content

Commit 286f0e9

Browse files
authored
Merge pull request #3531 from AkihiroSuda/gotoolchain-local
CI: set GOTOOLCHAIN=local to prevent auto update of Go
2 parents 1ad4cc8 + 23cb194 commit 286f0e9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- 'master'
1414
env:
1515
GO111MODULE: on
16+
GOTOOLCHAIN: local
1617
permissions:
1718
contents: read
1819

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
- "**.md"
1717
env:
1818
LIMACTL_CREATE_ARGS: ""
19+
GOTOOLCHAIN: local
1920

2021
permissions: read-all
2122

0 commit comments

Comments
 (0)