good morning!!!!

Skip to content
Snippets Groups Projects
Commit 673a0ad4 authored by alex.sharov's avatar alex.sharov
Browse files

github actions/cache@v3

parent f56d4c58
No related branches found
No related tags found
No related merge requests found
......@@ -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') }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment