Skip to content

Commit 6bc8f9c

Browse files
committed
print go version and supported platforms
1 parent 888fab6 commit 6bc8f9c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,18 @@ jobs:
3232
-
3333
name: Fetch all tags
3434
run: git fetch --force --tags
35-
-
36-
name: Set up Go
35+
36+
- name: Set up Go
3737
uses: actions/setup-go@v5
3838
with:
3939
go-version: 1.20
4040

41+
- name: Print Go version
42+
run: go version
43+
44+
- name: Print supported platforms
45+
run: go tool dist list
46+
4147
- name: Set ui_file
4248
id: vars
4349
run: |

0 commit comments

Comments
 (0)