From fb6e214db71a58f5fb1738e3b78e97701db741a5 Mon Sep 17 00:00:00 2001 From: johlanse Date: Sun, 21 Aug 2022 16:31:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b3f73f..129ebd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,19 +39,6 @@ jobs: uses: actions/setup-go@v3 with: go-version: 1.18 - - name: Cache Go modules - uses: actions/cache@v3 - with: - path: | - ~/.cache/go-build - ~/go/pkg/mod - key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-go- - - name: Check snapshot - if: "!startsWith(github.ref, 'refs/tags/')" - id: snapshot - run: echo '::set-output name=ARG::--snapshot' - name: Build binary file env: