Skip to content

Commit 056beea

Browse files
committed
fix: go GitHub workflow cache
Must be specified as deviates from default `godog/godog/go.sum` path.
1 parent 372ab36 commit 056beea

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/gorelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: actions/setup-go@v6
1919
with:
2020
go-version: ${{ env.GO_VERSION }}
21+
cache-dependency-path: go.sum
2122
- name: Checkout code
2223
uses: actions/checkout@v5
2324
- name: Gorelease cache

.github/workflows/release-assets.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/setup-go@v6
1717
with:
1818
go-version: stable
19+
cache-dependency-path: go.sum
1920
- name: Checkout code
2021
uses: actions/checkout@v5
2122
- name: Build artifacts

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: actions/setup-go@v6
1616
with:
1717
go-version: ${{ matrix.go-version }}
18+
cache-dependency-path: go.sum
1819
- name: Checkout code
1920
uses: actions/checkout@v5
2021
- name: Go cache

0 commit comments

Comments
 (0)