ci: cache dependencies.
This commit is contained in:
parent
38dab1df02
commit
6e29c71b68
@ -8,6 +8,11 @@ jobs:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Go Environment
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.20'
|
||||
|
||||
- name: Get Dependencies Index Hash
|
||||
uses: actions/go-hashfiles@v0.0.1
|
||||
id: hash-dependencies-index
|
||||
|
Loading…
Reference in New Issue
Block a user