Skip to content

Commit d94eb8f

Browse files
authored
fix: go GitHub workflow cache (#358)
Must be specified as deviates from default `cucumber-expressions/cucumber-expressions/go.sum` path.
1 parent 79f0076 commit d94eb8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: actions/setup-go@v6
3131
with:
3232
go-version: ${{ matrix.go }}
33+
cache-dependency-path: go/go.sum
3334
- name: lint
3435
working-directory: go
3536
run: gofmt -w .

0 commit comments

Comments
 (0)