Skip to content

Commit 7341e84

Browse files
committed
CI: set GOTOOLCHAIN=local
So that we can specify the Go version deterministically Signed-off-by: Akihiro Suda <[email protected]>
1 parent 18df140 commit 7341e84

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
env:
1111
GO_VERSION: 1.24.x
12+
GOTOOLCHAIN: local
1213

1314
jobs:
1415
go:

.github/workflows/project.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- 'release/**'
88
pull_request:
99

10+
env:
11+
GOTOOLCHAIN: local
12+
1013
jobs:
1114
project:
1215
name: checks

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
tags:
66
- 'v*'
77
- 'test-action-release-*'
8+
9+
env:
10+
GOTOOLCHAIN: local
11+
812
jobs:
913
release:
1014
runs-on: ubuntu-24.04

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111

1212
env:
1313
GO_VERSION: 1.24.x
14+
GOTOOLCHAIN: local
1415
SHORT_TIMEOUT: 5
1516
LONG_TIMEOUT: 60
1617

0 commit comments

Comments
 (0)