fix: add golang build cache

This commit is contained in:
samlm0
2024-01-19 04:22:35 +00:00
parent c3c59386a4
commit f2d6632a0f
+2
View File
@@ -36,6 +36,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version-file: 'backend/go.mod'
cache-dependency-path: 'backend/go.sum'
- uses: actions/download-artifact@master
with:
name: ui
@@ -62,6 +63,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version-file: 'backend/go.mod'
cache-dependency-path: 'backend/go.sum'
- uses: actions/download-artifact@master
with:
name: ui