1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-11 18:31:08 +00:00

reuse go cache

This commit is contained in:
Jason Hall 2021-10-12 08:40:29 -04:00
parent 941448730c
commit 657faeadb8

View file

@ -19,6 +19,14 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.17.x
- uses: actions/cache@v2
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/checkout@v2
- uses: imjasonh/setup-ko@v0.4
env: