We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf72ba3 commit d38887eCopy full SHA for d38887e
.github/workflows/mocks.yml
@@ -14,9 +14,9 @@ jobs:
14
15
- uses: actions/setup-go@v2
16
with:
17
- go-version: "^1.17"
+ go-version: "^1.23"
18
19
- - run: go install github.com/golang/mock/mockgen@v1.6.0
+ - run: go install go.uber.org/mock/mockgen@v0.5.0
20
21
- run: make genmocks
22
.github/workflows/publish-binaries.yml
@@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-go@v3
- go-version: '1.19'
+ go-version: '1.23'
- name: Build
23
run: make build-all
0 commit comments