-
-
Notifications
You must be signed in to change notification settings - Fork 4
Upgrade go to 1.25.2 / Added Builds for Windows ARM64 #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
213c0d2
Update go to 1.25.2
cmaglie 26da129
Upgrade go version to 1.25.2
cmaglie f0c7784
Upgrade DistTask.yml from upstream
cmaglie b9893a7
Updated Elastics' container tags for go 1.25.2
cmaglie 9693c92
Disable VCS checks for containers with older versions of git
cmaglie 986da79
Ensure latest docker and qemu are installed on the CI runner
cmaglie 0b9bcb3
Added ARM64 build
cmaglie 0eccd0c
Updated license cache
cmaglie 2ccf736
Use serup-qemu-action
cmaglie File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
906 changes: 621 additions & 285 deletions
906
.licenses/serial-discovery/go/github.com/arduino/go-paths-helper.dep.yml
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
.licenses/serial-discovery/go/github.com/arduino/go-properties-orderedmap.dep.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...es/serial-discovery/go/github.com/arduino/pluggable-discovery-protocol-handler/v2.dep.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 0 additions & 36 deletions
36
.licenses/serial-discovery/go/github.com/pkg/errors.dep.yml
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,16 @@ | ||
| --- | ||
| name: go.bug.st/serial/enumerator | ||
| version: v1.6.1 | ||
| version: v1.6.4 | ||
| type: go | ||
| summary: Package enumerator is a golang cross-platform library for USB serial port | ||
| discovery. | ||
| homepage: https://pkg.go.dev/go.bug.st/serial/enumerator | ||
| license: bsd-3-clause | ||
| licenses: | ||
| - sources: [email protected].1/LICENSE | ||
| - sources: [email protected].4/LICENSE | ||
| text: |2+ | ||
|
|
||
| Copyright (c) 2014-2023, Cristian Maglie. | ||
| Copyright (c) 2014-2024, Cristian Maglie. | ||
| All rights reserved. | ||
|
|
||
| Redistribution and use in source and binary forms, with or without | ||
|
|
@@ -42,9 +42,9 @@ licenses: | |
| ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
| POSSIBILITY OF SUCH DAMAGE. | ||
|
|
||
| - sources: [email protected].1/README.md | ||
| - sources: [email protected].4/README.md | ||
| text: |- | ||
| The software is release under a [BSD 3-clause license] | ||
| This software is released under the [BSD 3-clause license]. | ||
|
|
||
| [contributors]: https://github.com/bugst/go-serial/graphs/contributors | ||
| [BSD 3-clause license]: https://github.com/bugst/go-serial/blob/master/LICENSE | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,15 @@ | ||
| --- | ||
| name: go.bug.st/serial/unixutils | ||
| version: v1.6.1 | ||
| version: v1.6.4 | ||
| type: go | ||
| summary: | ||
| homepage: https://pkg.go.dev/go.bug.st/serial/unixutils | ||
| license: bsd-3-clause | ||
| licenses: | ||
| - sources: [email protected].1/LICENSE | ||
| - sources: [email protected].4/LICENSE | ||
| text: |2+ | ||
|
|
||
| Copyright (c) 2014-2023, Cristian Maglie. | ||
| Copyright (c) 2014-2024, Cristian Maglie. | ||
| All rights reserved. | ||
|
|
||
| Redistribution and use in source and binary forms, with or without | ||
|
|
@@ -41,9 +41,9 @@ licenses: | |
| ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
| POSSIBILITY OF SUCH DAMAGE. | ||
|
|
||
| - sources: [email protected].1/README.md | ||
| - sources: [email protected].4/README.md | ||
| text: |- | ||
| The software is release under a [BSD 3-clause license] | ||
| This software is released under the [BSD 3-clause license]. | ||
|
|
||
| [contributors]: https://github.com/bugst/go-serial/graphs/contributors | ||
| [BSD 3-clause license]: https://github.com/bugst/go-serial/blob/master/LICENSE | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.