From 0ba5f209026e3cbaa45351014be689187709feb7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 11 Aug 2023 09:17:05 +0530 Subject: [PATCH] CI: See if we can cache golang build artifacts --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9de2901b..bde23641d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: python-version: ${{ matrix.pyver }} - name: Install Go - uses: actions/setup-go@v3 + uses: magnetikonline/action-golang-cache@v4 with: go-version-file: go.mod @@ -85,7 +85,7 @@ jobs: python-version: "3.10" - name: Install Go - uses: actions/setup-go@v3 + uses: magnetikonline/action-golang-cache@v4 with: go-version-file: go.mod @@ -134,7 +134,7 @@ jobs: fetch-depth: 10 - name: Install Go - uses: actions/setup-go@v3 + uses: magnetikonline/action-golang-cache@v4 with: go-version-file: go.mod @@ -159,7 +159,7 @@ jobs: python-version: "3.10" - name: Install Go - uses: actions/setup-go@v3 + uses: magnetikonline/action-golang-cache@v4 with: go-version-file: go.mod