uses: actions/cache@v3
Vladimir Bauer
3 years ago
| 13 | 13 |
with:
|
| 14 | 14 |
go-version: ${{ matrix.go-version }}
|
| 15 | 15 |
- uses: actions/checkout@v3
|
| 16 | |
- uses: actions/cache@v2
|
|
16 |
- uses: actions/cache@v3
|
| 17 | 17 |
with:
|
| 18 | 18 |
# In order:
|
| 19 | 19 |
# * Module download cache
|