File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ version: "3"
1919
2020vars :
2121 CONTAINER : " docker.elastic.co/beats-dev/golang-crossbuild"
22- GO_VERSION : " 1.21.5 "
22+ GO_VERSION : " 1.22.8 "
2323
2424tasks :
2525 Windows_32bit :
Original file line number Diff line number Diff line change 11module github.com/arduino/arduino-language-server
22
3- go 1.21
3+ go 1.22
44
5- toolchain go1.21.5
5+ toolchain go1.22.8
66
77require (
88 github.com/arduino/arduino-cli v1.0.3
99 github.com/arduino/go-paths-helper v1.12.1
1010 github.com/fatih/color v1.17.0
1111 github.com/mattn/go-isatty v0.0.20
1212 github.com/pkg/errors v0.9.1
13+ github.com/speelbarrow/go-lsp v0.1.3-0.20241103174834-500dcc6c0850
1314 github.com/stretchr/testify v1.9.0
1415 go.bug.st/json v1.15.6
1516 go.bug.st/lsp v0.1.2
Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH
3737github.com/rogpeppe/go-internal v1.9.0 /go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs =
3838github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8 =
3939github.com/rogpeppe/go-internal v1.12.0 /go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4 =
40+ github.com/speelbarrow/go-lsp v0.1.3-0.20241103164431-cf1c00fb5806 h1:qfnv3wigSjzcnsNHlLX0meKsU5H7IoRYcnaXPgReQm4 =
41+ github.com/speelbarrow/go-lsp v0.1.3-0.20241103164431-cf1c00fb5806 /go.mod h1:gAUjofIinATc1DRErYVSHgUpMeX3Vvxg8DH3qvb3mvM =
42+ github.com/speelbarrow/go-lsp v0.1.3-0.20241103174834-500dcc6c0850 /go.mod h1:g2RuYIqmiCRpSLLgapD+hmZoDMeB2eDWd+ewttl41mw =
4043github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
4144github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
4245github.com/stretchr/testify v1.6.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
You can’t perform that action at this time.
0 commit comments