[ci] finishing new test
All checks were successful
tests / test-gomod (push) Successful in 25s
tests / test-versioninput (push) Successful in 30s

- properly checking go command version on second test
This commit is contained in:
2026-05-27 14:42:51 -04:00
parent 32294399f7
commit f452a8f09b

View File

@@ -47,3 +47,7 @@ jobs:
- name: "check go version" - name: "check go version"
shell: bash shell: bash
run: go version | grep "go version go1.23.2 linux/amd64" run: go version | grep "go version go1.23.2 linux/amd64"
- name: "check go installed command"
shell: bash
run: mctl -v | grep "mctl version v0.3.4"