diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df58c51..3b00ea6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,9 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} + go-version-file: ./v2/go.mod + cache-dependency-path: ./v2/go.sum - name: Test working-directory: ./v2 - run: go run gotest.tools/gotestsum@latest -f testname -- ./... -race -count=1 -shuffle=on \ No newline at end of file + run: go run gotest.tools/gotestsum@latest -f testname -- ./... -race -count=1 -shuffle=on