Skip to content

Commit 11bd6bc

Browse files
authored
Merge pull request #276 from arduino/remove-dep
Removed `arduino-cli` dependency and upgraded mimum golang version to 1.23
2 parents a780610 + 27cbb3f commit 11bd6bc

File tree

129 files changed

+26
-21499
lines changed

Some content is hidden

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

129 files changed

+26
-21499
lines changed

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

+1-1
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.17"
6+
GO_VERSION: "1.23"
77

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

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

+1-1
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.17"
6+
GO_VERSION: "1.23"
77

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

.github/workflows/publish-go-tester-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Tester Build
33

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

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

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Create Release
22

33
env:
44
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
5-
GO_VERSION: "1.17"
5+
GO_VERSION: "1.23"
66

77
on:
88
push:

.github/workflows/test-go-integration-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test Integration
33

44
env:
55
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6-
GO_VERSION: "1.17"
6+
GO_VERSION: "1.23"
77
# See: https://github.com/actions/setup-python/tree/main#available-versions-of-python
88
PYTHON_VERSION: "3.9"
99

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test Go
33

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

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

.licenses/libraries-repository-engine/go/github.com/arduino/arduino-cli/arduino/builder.dep.yml

-699
This file was deleted.

.licenses/libraries-repository-engine/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml

-699
This file was deleted.

.licenses/libraries-repository-engine/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml

-699
This file was deleted.

.licenses/libraries-repository-engine/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml

-699
This file was deleted.

.licenses/libraries-repository-engine/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml

-699
This file was deleted.

.licenses/libraries-repository-engine/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml

-699
This file was deleted.

.licenses/libraries-repository-engine/go/github.com/arduino/arduino-cli/arduino/sketches.dep.yml

-699
This file was deleted.

.licenses/libraries-repository-engine/go/github.com/arduino/arduino-cli/cli/errorcodes.dep.yml

-699
This file was deleted.

.licenses/libraries-repository-engine/go/github.com/arduino/arduino-cli/cli/feedback.dep.yml

-699
This file was deleted.

.licenses/libraries-repository-engine/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml

-699
This file was deleted.

.licenses/libraries-repository-engine/go/github.com/arduino/go-properties-orderedmap.dep.yml

-350
This file was deleted.

.licenses/libraries-repository-engine/go/github.com/codeclysm/extract/v3.dep.yml

-33
This file was deleted.

.licenses/libraries-repository-engine/go/github.com/golang/protobuf/jsonpb.dep.yml

-40
This file was deleted.

.licenses/libraries-repository-engine/go/github.com/golang/protobuf/proto.dep.yml

-39
This file was deleted.

.licenses/libraries-repository-engine/go/github.com/golang/protobuf/ptypes.dep.yml

-39
This file was deleted.

.licenses/libraries-repository-engine/go/github.com/golang/protobuf/ptypes/any.dep.yml

-39
This file was deleted.

.licenses/libraries-repository-engine/go/github.com/golang/protobuf/ptypes/duration.dep.yml

-39
This file was deleted.

.licenses/libraries-repository-engine/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml

-39
This file was deleted.

.licenses/libraries-repository-engine/go/github.com/h2non/filetype.dep.yml

-37
This file was deleted.

0 commit comments

Comments
 (0)