Skip to content

Commit

Permalink
deps:update llgo to main version
Browse files Browse the repository at this point in the history
  • Loading branch information
luoliwoshang committed Jan 10, 2025
1 parent 52f9cee commit 19b601d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/gogensig/convert/convert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ func ModInit(name string) (string, error) {
if err != nil {
return "", err
}
err = config.RunCommand(outputDir, "go", "get", "github.com/goplus/llgo@latest")
err = config.RunCommand(outputDir, "go", "get", "github.com/goplus/llgo@main")
if err != nil {
return "", err
}
Expand Down
2 changes: 1 addition & 1 deletion cmd/gogensig/gogensig.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ func runGoCmds(wd, pkg string) error {
return err
}

return config.RunCommand(dir, "go", "get", "github.com/goplus/llgo@latest")
return config.RunCommand(dir, "go", "get", "github.com/goplus/llgo@main")

Check warning on line 116 in cmd/gogensig/gogensig.go

View check run for this annotation

Codecov / codecov/patch

cmd/gogensig/gogensig.go#L116

Added line #L116 was not covered by tests
}

0 comments on commit 19b601d

Please sign in to comment.