github actions/cache@v3

This commit is contained in:
alex.sharov 2022-04-11 08:54:34 +07:00
parent fbbcc5f48a
commit 7e185dd983

View File

@ -30,7 +30,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') }}