Skip to content
Snippets Groups Projects
Unverified Commit 1cc88cc0 authored by Goooler's avatar Goooler Committed by GitHub
Browse files

Chore: cache go on CI (#1440)

parent 92bce6c2
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,14 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/cache@v3
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Build
uses: gradle/gradle-build-action@v2
with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment