Skip to content

Commit d38887e

Browse files
committed
Update mocks to maintained version
1 parent bf72ba3 commit d38887e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/mocks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414

1515
- uses: actions/setup-go@v2
1616
with:
17-
go-version: "^1.17"
17+
go-version: "^1.23"
1818

19-
- run: go install github.com/golang/mock/mockgen@v1.6.0
19+
- run: go install go.uber.org/mock/mockgen@v0.5.0
2020

2121
- run: make genmocks
2222

.github/workflows/publish-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-go@v3
1919
with:
20-
go-version: '1.19'
20+
go-version: '1.23'
2121

2222
- name: Build
2323
run: make build-all

0 commit comments

Comments
 (0)