CI: See if we can cache golang build artifacts

This commit is contained in:
Kovid Goyal 2023-08-11 09:17:05 +05:30
parent 3687694d0d
commit 0ba5f20902
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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