diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 438046f..0209876 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,12 +47,6 @@ jobs: with: go-version-file: go.mod check-latest: true - - name: "Setup Go modules cache" - uses: "actions/cache@v4" - with: - path: "~/go/pkg/mod" - key: "${{ runner.os }}-go-${{ hashFiles('go.sum') }}" - restore-keys: "${{ runner.os }}-go-" - name: Build Binary run: go build . - name: Run Test