chore: Add cache dependency path for Go setup in workflows
This commit is contained in:
1
.github/workflows/caddy-compat.yml
vendored
1
.github/workflows/caddy-compat.yml
vendored
@@ -29,6 +29,7 @@ jobs:
|
||||
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
|
||||
with:
|
||||
go-version: '1.26.0'
|
||||
cache-dependency-path: backend/go.sum
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
|
||||
|
||||
1
.github/workflows/release-goreleaser.yml
vendored
1
.github/workflows/release-goreleaser.yml
vendored
@@ -48,6 +48,7 @@ jobs:
|
||||
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
|
||||
with:
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
cache-dependency-path: backend/go.sum
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
|
||||
|
||||
Reference in New Issue
Block a user