The github setup-go action now supports caching out of the box
This commit is contained in:
parent
670ad353b2
commit
ebbb8e4a09
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
python-version: ${{ matrix.pyver }}
|
||||
|
||||
- name: Install Go
|
||||
uses: magnetikonline/action-golang-cache@v4
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
|
||||
|
|
@ -85,7 +85,7 @@ jobs:
|
|||
python-version: "3.10"
|
||||
|
||||
- name: Install Go
|
||||
uses: magnetikonline/action-golang-cache@v4
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
|
||||
|
|
@ -134,7 +134,7 @@ jobs:
|
|||
fetch-depth: 10
|
||||
|
||||
- name: Install Go
|
||||
uses: magnetikonline/action-golang-cache@v4
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
|
||||
|
|
@ -159,7 +159,7 @@ jobs:
|
|||
python-version: "3.10"
|
||||
|
||||
- name: Install Go
|
||||
uses: magnetikonline/action-golang-cache@v4
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue