Skip to content

Commit 1edd40a

Browse files
committed
Replace dependency while waiting for fix to be merged
1 parent 002b3ab commit 1edd40a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

DistTasks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ version: "3"
1919

2020
vars:
2121
CONTAINER: "docker.elastic.co/beats-dev/golang-crossbuild"
22-
GO_VERSION: "1.21.5"
22+
GO_VERSION: "1.22.8"
2323

2424
tasks:
2525
Windows_32bit:

go.mod

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
module 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

77
require (
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

go.sum

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH
3737
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
3838
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
3939
github.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=
4043
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
4144
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
4245
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=

0 commit comments

Comments
 (0)