mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-08-08 22:16:34 +02:00
Update testing github action workflow to actions/cache@v2
This commit is contained in:
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') }}
|
||||||
|
Reference in New Issue
Block a user