Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e2ed6de

Browse files
authoredJan 4, 2024
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:

0 commit comments

Comments
 (0)
Please sign in to comment.