diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 74a7c21c..80f7c95e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,6 +26,7 @@ jobs: uses: actions/setup-go@v4 with: go-version: "1.21.x" + - run: cd go - name: Install dependencies run: go get . - name: Build