Skip to content

Commit

Permalink
Merge pull request #29 from mackerelio/update-go-v2
Browse files Browse the repository at this point in the history
[nit] upgrade actions/setup-go and actions/cache
  • Loading branch information
lufia authored Nov 17, 2020
2 parents 53dbe30 + f225f29 commit 9808360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v1
- uses: actions/cache@v2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/setup-go@v2-beta
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- run: make lint cover
Expand Down

0 comments on commit 9808360

Please sign in to comment.