Skip to content

Commit 789f9de

Browse files
committed
Set go cache-dependency-path
1 parent 6c4a79e commit 789f9de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-containers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/setup-go@v5
2222
with:
2323
go-version: 1.24.6
24+
cache-dependency-path: src/go.sum
2425
- uses: docker/login-action@v3
2526
with:
2627
registry: harbor.nirvati.org
@@ -76,6 +77,7 @@ jobs:
7677
uses: actions/setup-go@v5
7778
with:
7879
go-version: 1.24.6
80+
cache-dependency-path: src/go.sum
7981
- uses: docker/login-action@v3
8082
with:
8183
registry: harbor.nirvati.org

0 commit comments

Comments
 (0)