From a489429b77516bad5317b018ffe5ed400686c888 Mon Sep 17 00:00:00 2001 From: Hideo Hattori Date: Tue, 24 Oct 2023 11:50:18 +0900 Subject: [PATCH] enable go.sum cache --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 109a181..9defb41 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,14 +13,14 @@ jobs: runs-on: ubuntu-latest steps: + - name: Check out code into the Go module directory + uses: actions/checkout@v4 + - name: Set up Go 1.x uses: actions/setup-go@v4 with: go-version: ^1.19 - - name: Check out code into the Go module directory - uses: actions/checkout@v3 - - name: use cache uses: actions/cache@v3 with: