diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff4297c35..0598f254d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,8 @@ jobs: steps: - name: Go version used to build builder run: go version + - name: Go env check + run: go env - name: Checkout coreum uses: actions/checkout@v4 with: