Skip to content

Commit

Permalink
misc: bump go testutils dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed Apr 4, 2024
1 parent c4033db commit 19a7eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: 2,
golangGen.slug: 3,
python3Gen.slug: 1,
rustGen.slug: 1,
}
Expand Down
2 changes: 1 addition & 1 deletion lang/go.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
const leetgoGo = "github.com/j178/leetgo/testutils/go"

var goDeps = []string{
leetgoGo + "@v0.2.0",
leetgoGo + "@v0.2.1",
}

type golang struct {
Expand Down

0 comments on commit 19a7eb1

Please sign in to comment.