Skip to content

Commit dbe8fb1

Browse files
committed
misc: bump go testutils dep version
1 parent c4033db commit dbe8fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang/go.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
const leetgoGo = "github.com/j178/leetgo/testutils/go"
1919

2020
var goDeps = []string{
21-
leetgoGo + "@v0.2.0",
21+
leetgoGo + "@v0.2.1",
2222
}
2323

2424
type golang struct {

0 commit comments

Comments
 (0)