Skip to content

Commit e2ed6de

Browse files
authored
Merge pull request #174 from arduino/support_for_cli_1.0
Support for `arduino-cli` API changes after 1.0.0
2 parents ed5efe3 + df387a6 commit e2ed6de

File tree

174 files changed

+1265
-19580
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+1265
-19580
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Go
3838
uses: actions/setup-go@v5
3939
with:
40-
go-version: '1.18.3'
40+
go-version: '1.21.5'
4141

4242
- name: Build and Test
4343
run: |

.github/workflows/check-go-dependencies-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Go Dependencies
33

44
env:
55
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6-
GO_VERSION: "1.18.3"
6+
GO_VERSION: "1.21.5"
77

88
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99
on:

.github/workflows/check-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Go
33

44
env:
55
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6-
GO_VERSION: "1.18.3"
6+
GO_VERSION: "1.21.5"
77

88
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99
on:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ build.sh
33
/arduino-language-server*
44
!/arduino-language-server*/
55
/node_modules/
6+
dist

.licenses/arduino-language-server/go/github.com/arduino/arduino-cli/arduino.dep.yml

Lines changed: 0 additions & 704 deletions
This file was deleted.

.licenses/arduino-language-server/go/github.com/arduino/arduino-cli/arduino/builder.dep.yml

Lines changed: 0 additions & 704 deletions
This file was deleted.

.licenses/arduino-language-server/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml

Lines changed: 0 additions & 704 deletions
This file was deleted.

.licenses/arduino-language-server/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml

Lines changed: 0 additions & 704 deletions
This file was deleted.

.licenses/arduino-language-server/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml

Lines changed: 0 additions & 704 deletions
This file was deleted.

.licenses/arduino-language-server/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml

Lines changed: 0 additions & 704 deletions
This file was deleted.

0 commit comments

Comments
 (0)