diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d6e4210..4d509c1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,14 +33,8 @@ jobs: - name: Setup go uses: actions/setup-go@v4 with: - go-version: '1.14.4' - - - uses: actions/cache@v3 - with: - path: ~/go/pkg/mod - key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-go- + go-version-file: 'test/go.mod' + cache: false - name: Run Test run: