Skip to content

Commit 31801df

Browse files
authored
fix(ci): correct go.mod path in update-manifests workflow (#163)
1 parent 5728476 commit 31801df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-manifests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Go
3232
uses: actions/setup-go@v5
3333
with:
34-
go-version-file: 'src/go.mod'
34+
go-version-file: 'go.mod'
3535

3636
- name: Generate manifests
3737
run: |

0 commit comments

Comments
 (0)