add Golang build cache for ci

v4
suxb201 2 years ago committed by suxb201
parent 3e33a3cf69
commit 8bbf5cf3f2
  1. 5
      .github/workflows/ci.yml

@ -12,6 +12,11 @@ jobs:
- name: Git checkout
uses: actions/checkout@v2
- name: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v3
with:
go-version-file: go.mod
- name: clone and make redis
run: |
sudo apt-get install git

Loading…
Cancel
Save