Skip to content

Commit 58d4da5

Browse files
authored
chore: pin mockgen version (#9)
1 parent 2b12438 commit 58d4da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010

1111
- name: Install dependencies
1212
run: |
13-
go install go.uber.org/mock/mockgen@latest
13+
go install go.uber.org/mock/mockgen@v0.6.0
1414
shell: bash
1515

1616
- name: Go Mod

0 commit comments

Comments
 (0)