Skip to content

Commit 83c875e

Browse files
committed
Workflows require Go
1 parent 3ff1bef commit 83c875e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
restore-keys: |
3939
${{ runner.os }}-prebuild-
4040
- run: ./gimme module | grep ^export | tee -a "${GITHUB_ENV}"
41+
- uses: actions/setup-go@v5
42+
with:
43+
go-version: 'stable'
4144
- run: make gimme-generate
4245
- uses: actions/upload-artifact@v3
4346
with:
@@ -84,6 +87,9 @@ jobs:
8487
restore-keys: |
8588
${{ runner.os }}-${{ matrix.env.target }}-${{ matrix.env.version }}-test-
8689
${{ runner.os }}-${{ matrix.env.target }}-
90+
- uses: actions/setup-go@v5
91+
with:
92+
go-version: 'stable'
8793
- uses: actions/download-artifact@v3
8894
with:
8995
name: gimme-generate-${{ runner.os }}

0 commit comments

Comments
 (0)