Skip to content

Commit 4587f18

Browse files
committed
Log go version in ci.yml
1 parent cbe79c3 commit 4587f18

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ jobs:
1818
with:
1919
go-version: "1.25.1"
2020

21-
- name: Force failure
22-
run: (exit 1)
21+
- name: Log Go version
22+
run: |
23+
echo $(go version)
24+
exit(0)

0 commit comments

Comments
 (0)