Backport of Update mog version to be compatible with go 1.22 into release/1.17.x (#20794)

Update mog version to be compatible with go 1.22

Co-authored-by: jm96441n <john.maguire@hashicorp.com>
pull/20904/head
hc-github-team-consul-core 2024-03-26 11:15:23 -04:00 committed by GitHub
parent a3e10c9c7a
commit f9f04163b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ GOLANGCI_LINT_VERSION='v1.55.2'
MOCKERY_VERSION='v2.20.0' MOCKERY_VERSION='v2.20.0'
BUF_VERSION='v1.26.0' BUF_VERSION='v1.26.0'
PROTOC_GEN_GO_GRPC_VERSION="v1.2.0" PROTOC_GEN_GO_GRPC_VERSION='v1.2.0'
MOG_VERSION='v0.4.1' MOG_VERSION='v0.4.2'
PROTOC_GO_INJECT_TAG_VERSION='v1.3.0' PROTOC_GO_INJECT_TAG_VERSION='v1.3.0'
PROTOC_GEN_GO_BINARY_VERSION="v0.1.0" PROTOC_GEN_GO_BINARY_VERSION="v0.1.0"
DEEP_COPY_VERSION='bc3f5aa5735d8a54961580a3a24422c308c831c2' DEEP_COPY_VERSION='bc3f5aa5735d8a54961580a3a24422c308c831c2'