diff --git a/.github/workflows/shell-quality-checks.yml b/.github/workflows/shell-quality-checks.yml index 1c289c4..e9ff7e8 100644 --- a/.github/workflows/shell-quality-checks.yml +++ b/.github/workflows/shell-quality-checks.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.22.6' + go-version: "1.24.6" - name: Install shell linting and testing tools run: brew install bats-core shfmt shellcheck diff --git a/bin/analyze-go b/bin/analyze-go index 2207f6a..edf5138 100755 Binary files a/bin/analyze-go and b/bin/analyze-go differ