Skip to content

Commit

Permalink
add Golang build cache for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
suxb201 committed Sep 27, 2022
1 parent 3e33a3c commit 8bbf5cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bbf5cf

Please sign in to comment.