Skip to content

Commit 357cf62

Browse files
observerwCopilot
andauthored
Update container/registry.toml
Co-authored-by: Copilot <[email protected]>
1 parent e57574f commit 357cf62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

container/registry.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ repo = "denoland/deno"
2525
strip_v = true
2626

2727
[gopls]
28-
type = "github"
29-
repo = "golang/tools"
28+
type = "custom"
29+
command = "curl -s https://api.github.com/repos/golang/tools/tags | jq -r '.[0].name' | cut -d'/' -f2-"
3030

3131
# [custom-server]
3232
# type = "custom"

0 commit comments

Comments
 (0)