diff --git a/.github/workflows/go-ci.yml b/.github/workflows/go-ci.yml index a62da742..708d073e 100644 --- a/.github/workflows/go-ci.yml +++ b/.github/workflows/go-ci.yml @@ -18,8 +18,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Read .go-version file - id: go-version + - name: debug .go-version file run: cat .go-version - name: Read .go-version file