Merge branch 'v3' into dependabot/github_actions/actions/setup-go-3

This commit is contained in:
2022-06-25 23:14:40 +03:00
committed by GitHub
4 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: checkout
uses: actions/checkout@v3
- name: cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}