mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-06-02 22:57:25 +02:00
Update testing github action workflow to actions/cache@v2
This commit is contained in:
parent
f50cb07b29
commit
de60bbed3f
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
go-version: 1.14
|
go-version: 1.14
|
||||||
|
|
||||||
# Caching go modules to speed up the run
|
# Caching go modules to speed up the run
|
||||||
- uses: actions/cache@v1
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ~/go/pkg/mod
|
path: ~/go/pkg/mod
|
||||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user