1
0
Fork 0
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:
Markus Lehtonen 2023-04-19 10:04:25 +03:00
parent a09a646102
commit 18f7bfa8e8
5 changed files with 5 additions and 5 deletions

View file

@ -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 && \

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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