Skip to content

Commit f598bb7

Browse files
Make failing CI step pass
1 parent 3b0ee24 commit f598bb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
with:
1919
go-version: "1.23.0"
2020

21-
- name: Force Failure
22-
run: (exit 1)
21+
- name: Stat Go version
22+
run: go version

0 commit comments

Comments
 (0)