Skip to content

Commit

Permalink
misc: bump go testutils dep
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed Apr 4, 2024
1 parent be5188a commit c4033db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/dep.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit c4033db

Please sign in to comment.