1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2024-11-28 08:39:03 +02:00

Update testing github action workflow to actions/cache@v2

This commit is contained in:
Andy Grunwald 2020-05-28 10:23:40 +02:00 committed by GitHub
parent f50cb07b29
commit de60bbed3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
go-version: 1.14
# Caching go modules to speed up the run
- uses: actions/cache@v1
- uses: actions/cache@v2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@ -40,4 +40,4 @@ jobs:
run: make staticcheck
- name: Run Unit tests.
run: make test
run: make test