new/version-input #3

Merged
jake merged 11 commits from new/version-input into main 2026-05-27 18:55:06 +00:00
Showing only changes of commit f452a8f09b - Show all commits

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"