From 0be0de64fe42c001b611e450cbc9bfa32764a159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E5=90=B9=E6=88=91=E5=B7=B2=E6=95=A3?= Date: Sat, 11 May 2024 11:25:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=9F=E9=9A=8F=E4=B8=8A=E6=B8=B8=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=88=B0v0.8.1,=E5=A2=9E=E5=8A=A0=E5=AF=B9=E7=BA=AF?= =?UTF-8?q?=E7=9C=9Fxdb=E6=94=AF=E6=8C=81(=E6=96=87=E4=BB=B6=E5=90=8Dip2re?= =?UTF-8?q?gion-cz88.xdb)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 84da15aa..1b5e0be1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,13 +14,13 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v4 - # - name: Cache go module - # uses: actions/cache@v4 - # with: - # path: ~/go/pkg/mod - # key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} - # restore-keys: | - # ${{ runner.os }}-go- + - name: Cache go module + uses: actions/cache@v4 + with: + path: ~/go/pkg/mod + key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} + restore-keys: | + ${{ runner.os }}-go- - name: Get dependencies and run test run: |