We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff1bef commit 83c875eCopy full SHA for 83c875e
.github/workflows/main.yml
@@ -38,6 +38,9 @@ jobs:
38
restore-keys: |
39
${{ runner.os }}-prebuild-
40
- run: ./gimme module | grep ^export | tee -a "${GITHUB_ENV}"
41
+ - uses: actions/setup-go@v5
42
+ with:
43
+ go-version: 'stable'
44
- run: make gimme-generate
45
- uses: actions/upload-artifact@v3
46
with:
@@ -84,6 +87,9 @@ jobs:
84
87
85
88
${{ runner.os }}-${{ matrix.env.target }}-${{ matrix.env.version }}-test-
86
89
${{ runner.os }}-${{ matrix.env.target }}-
90
91
92
93
- uses: actions/download-artifact@v3
94
95
name: gimme-generate-${{ runner.os }}
0 commit comments