github actions/cache@v3

This commit is contained in:
alex.sharov 2022-04-11 08:55:21 +07:00
parent f56d4c5881
commit 673a0ad430

View File

@ -27,7 +27,7 @@ jobs:
sudo apt update && sudo apt install build-essential
fi
shell: bash
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ matrix.os }}-go-${{ hashFiles('**/go.sum') }}