We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0ee24 commit f598bb7Copy full SHA for f598bb7
.github/workflows/ci.yml
@@ -18,5 +18,5 @@ jobs:
18
with:
19
go-version: "1.23.0"
20
21
- - name: Force Failure
22
- run: (exit 1)
+ - name: Stat Go version
+ run: go version
0 commit comments