From 3682adbdc5071246c403da29bdb2d77cfceacf93 Mon Sep 17 00:00:00 2001 From: mjsmagalhaes Date: Wed, 22 Feb 2023 11:09:04 -0300 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a001184..fd5ebc2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,8 +21,6 @@ jobs: uses: actions/setup-go@v3 with: go-version: 1.19 - cache: true - cache-dependency-path: go.sum - name: Install dependencies run: go get .