diff --git a/.github/workflows/chatci.yml b/.github/workflows/chatci.yml index 8eedf2f8b..2a612cb5c 100644 --- a/.github/workflows/chatci.yml +++ b/.github/workflows/chatci.yml @@ -58,7 +58,10 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 + + - name: Code Typecheck Detector + uses: kubecub/typecheck@main - name: Run go modules tidy run: |