Compare commits

...

1 Commits

Author SHA1 Message Date
datadunia 9d6c2abb9f fix(ci): cache Go SDK + disable setup-go built-in cache
CI / server-core-test (push) Has been skipped
CI / device-agent-test (push) Has been skipped
CI / dashboard-test (push) Has been skipped
CI / build-device-agent (push) Has been cancelled
CI / build-dashboard (push) Has been cancelled
CI / build-docs (push) Has been cancelled
CI / release (push) Has been cancelled
CI / build-server-core (push) Has been cancelled
2026-06-17 17:58:25 +07:00
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -22,6 +22,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '1.26'
cache: false
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1
id: hash-go
@@ -33,6 +34,7 @@ jobs:
- uses: actions/cache@v3
with:
path: |
/toolcache/go
/root/go/pkg/mod
/root/.cache/go-build
key: go-device-agent-${{ steps.hash-go.outputs.hash }}
+2
View File
@@ -22,6 +22,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '1.26'
cache: false
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1
id: hash-go
@@ -33,6 +34,7 @@ jobs:
- uses: actions/cache@v3
with:
path: |
/toolcache/go
/root/go/pkg/mod
/root/.cache/go-build
key: go-server-core-${{ steps.hash-go.outputs.hash }}