From c4033dbd7011ce5b435eb2f9b4da6b1fecdcd618 Mon Sep 17 00:00:00 2001 From: j178 <10510431+j178@users.noreply.github.com> Date: Thu, 4 Apr 2024 09:43:54 +0800 Subject: [PATCH] misc: bump go testutils dep --- lang/dep.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/dep.go b/lang/dep.go index 60cc1613..3839a047 100644 --- a/lang/dep.go +++ b/lang/dep.go @@ -12,7 +12,7 @@ import ( // If client dependency needs to be updated, update this version number. var depVersions = map[string]int{ cppGen.slug: 1, - golangGen.slug: 1, + golangGen.slug: 2, python3Gen.slug: 1, rustGen.slug: 1, }