Skip to content

Commit 3502f09

Browse files
committed
Log go version in ci.yml
1 parent cbe79c3 commit 3502f09

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@ 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: echo $(go version)
23+
24+
- name: Exit
25+
run: (exit 0)

0 commit comments

Comments
 (0)