Skip to content

Commit 25f01fd

Browse files
committed
Fix gopls versions
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent 1f2980b commit 25f01fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/gopher.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ agents:
6565
- type: todo
6666
- type: mcp
6767
command: gopls
68-
version: "golang/tools@v0.25.0"
68+
version: "golang/tools@v0.21.0"
6969
args: ["mcp"]
7070
commands:
7171
fix-lint:
@@ -165,7 +165,7 @@ agents:
165165
- type: shell
166166
- type: mcp
167167
command: gopls
168-
version: "golang/tools@v0.25.0"
168+
version: "golang/tools@v0.21.0"
169169
args: ["mcp"]
170170

171171
librarian:

examples/modernize-go-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ agents:
8787
- type: todo
8888
- type: mcp
8989
command: gopls
90-
version: "golang/tools@v0.25.0"
90+
version: "golang/tools@v0.21.0"
9191
args: ["mcp"]
9292
tools:
9393
[

0 commit comments

Comments
 (0)