From a8a27e1cea23f6db070dc77bdd090f6e3da30fb6 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Thu, 4 Apr 2024 12:46:39 -0400 Subject: [PATCH] Backport of Update mog version to be compatible with go 1.22 into release/1.16.x (#20793) Update mog version to be compatible with go 1.22 Co-authored-by: jm96441n --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index b9133befe3..e28ccaa346 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -13,8 +13,8 @@ GOLANGCI_LINT_VERSION='v1.55.2' MOCKERY_VERSION='v2.20.0' BUF_VERSION='v1.14.0' -PROTOC_GEN_GO_GRPC_VERSION="v1.2.0" -MOG_VERSION='v0.4.0' +PROTOC_GEN_GO_GRPC_VERSION='v1.2.0' +MOG_VERSION='v0.4.2' PROTOC_GO_INJECT_TAG_VERSION='v1.3.0' PROTOC_GEN_GO_BINARY_VERSION="v0.1.0" DEEP_COPY_VERSION='bc3f5aa5735d8a54961580a3a24422c308c831c2'