mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
generate: update mockery to v2.25.1
Bump the vektra/mockery tool to the latest release.
This commit is contained in:
parent
a09a646102
commit
18f7bfa8e8
5 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@ ARG BUILDER_IMAGE
|
|||
FROM ${BUILDER_IMAGE} as builder
|
||||
|
||||
# Install tools
|
||||
RUN go install github.com/vektra/mockery/v2@v2.20.0 && \
|
||||
RUN go install github.com/vektra/mockery/v2@v2.25.1 && \
|
||||
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.11.3 && \
|
||||
git clone https://github.com/kubernetes/code-generator -b v0.27.1 --depth 1 && \
|
||||
go install k8s.io/code-generator/cmd/go-to-protobuf/...@v0.27.1 && \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Code generated by mockery v2.20.0. DO NOT EDIT.
|
||||
// Code generated by mockery v2.25.1. DO NOT EDIT.
|
||||
|
||||
package apihelper
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Code generated by mockery v2.20.0. DO NOT EDIT.
|
||||
// Code generated by mockery v2.25.1. DO NOT EDIT.
|
||||
|
||||
package labeler
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Code generated by mockery v2.20.0. DO NOT EDIT.
|
||||
// Code generated by mockery v2.25.1. DO NOT EDIT.
|
||||
|
||||
package mocks
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Code generated by mockery v2.20.0. DO NOT EDIT.
|
||||
// Code generated by mockery v2.25.1. DO NOT EDIT.
|
||||
|
||||
package source
|
||||
|
||||
|
|
Loading…
Reference in a new issue