From f452a8f09b542e5f2d9285ef0dd6bcd86f4ec72e Mon Sep 17 00:00:00 2001 From: jake Date: Wed, 27 May 2026 14:42:51 -0400 Subject: [PATCH] [ci] finishing new test - properly checking go command version on second test --- .gitea/workflows/test.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 58175aa..4145ac4 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -46,4 +46,8 @@ jobs: - name: "check go version" shell: bash - run: go version | grep "go version go1.23.2 linux/amd64" \ No newline at end of file + 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" \ No newline at end of file