diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6e31f46..496d8d7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,11 +19,11 @@ jobs: go-version: 1.15 id: go - - name: Switch path - run: cd server - - name: Check out code into the Go module directory uses: actions/checkout@v2 + + - name: Switch path + run: cd server - name: Get dependencies run: |