From 9c877bcd020ca5d652546cacbb56d855c53adb71 Mon Sep 17 00:00:00 2001 From: Michal Klos Date: Tue, 17 Feb 2026 11:26:26 +0100 Subject: [PATCH] fix: make generate, bump go version in bingo (#12026) --- .bingo/mockery.mod | 4 +--- services/graph/mocks/publisher.go | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.bingo/mockery.mod b/.bingo/mockery.mod index 0084da7431a..5a5788def90 100644 --- a/.bingo/mockery.mod +++ b/.bingo/mockery.mod @@ -1,7 +1,5 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT -go 1.24 - -toolchain go1.24.0 +go 1.25.7 require github.com/vektra/mockery/v2 v2.53.5 diff --git a/services/graph/mocks/publisher.go b/services/graph/mocks/publisher.go index 639bca94bbd..2945aa49303 100644 --- a/services/graph/mocks/publisher.go +++ b/services/graph/mocks/publisher.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.52.3. DO NOT EDIT. +// Code generated by mockery v2.53.5. DO NOT EDIT. package mocks