Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-go-dependencies-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check Go Dependencies

env:
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
GO_VERSION: "1.19"
GO_VERSION: "1.25.2"

# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-go-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check Go

env:
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
GO_VERSION: "1.19"
GO_VERSION: "1.25.2"

# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
on:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/publish-go-tester-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ jobs:
- task: Windows_64bit
path: "*Windows_64bit.zip"
artifact-name: Windows_X86-64
- task: Windows_ARM64
path: "*Windows_ARM64.zip"
artifact-name: Windows_ARM64
- task: Linux_32bit
path: "*Linux_32bit.tar.gz"
artifact-name: Linux_X86-32
Expand Down Expand Up @@ -123,6 +126,9 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 3.x

- name: Setup QEMU
uses: docker/setup-qemu-action@v3

- name: Build
run: |
PACKAGE_NAME_PREFIX=${{ needs.package-name-prefix.outputs.prefix }}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release-go-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
artifact-suffix: Windows_32bit
- task: Windows_64bit
artifact-suffix: Windows_64bit
- task: Windows_ARM64
artifact-suffix: Windows_ARM64
- task: Linux_32bit
artifact-suffix: Linux_32bit
- task: Linux_64bit
Expand Down Expand Up @@ -66,6 +68,9 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 3.x

- name: Setup QEMU
uses: docker/setup-qemu-action@v3

- name: Build
run: task dist:${{ matrix.os.task }}

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/arduino/go-properties-orderedmap
version: v1.7.2
version: v1.8.1
type: go
summary: Package properties is a library for handling maps of hierarchical properties.
homepage: https://pkg.go.dev/github.com/arduino/go-properties-orderedmap
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/arduino/pluggable-discovery-protocol-handler/v2
version: v2.1.1
version: v2.2.1
type: go
summary: Package discovery is a library for handling the Arduino Pluggable-Discovery
protocol (https://github.com/arduino/tooling-rfcs/blob/main/RFCs/0002-pluggable-discovery.md#pluggable-discovery-api-via-stdinstdout)
Expand Down
36 changes: 0 additions & 36 deletions .licenses/serial-discovery/go/github.com/pkg/errors.dep.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .licenses/serial-discovery/go/go.bug.st/serial.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: go.bug.st/serial
version: v1.6.1
version: v1.6.4
type: go
summary: Package serial is a cross-platform serial library for the go language.
homepage: https://pkg.go.dev/go.bug.st/serial
Expand All @@ -9,7 +9,7 @@ licenses:
- sources: 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
Expand Down Expand Up @@ -43,7 +43,7 @@ licenses:

- sources: 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
Expand Down
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
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions .licenses/serial-discovery/go/go.bug.st/serial/unixutils.dep.yml
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
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions .licenses/serial-discovery/go/golang.org/x/sys/unix.dep.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: golang.org/x/sys/unix
version: v0.12.0
version: v0.37.0
type: go
summary: Package unix contains an interface to the low-level operating system primitives.
homepage: https://pkg.go.dev/golang.org/x/sys/unix
license: bsd-3-clause
licenses:
- sources: sys@v0.12.0/LICENSE
- sources: sys@v0.37.0/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Copyright 2009 The Go Authors.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
Expand All @@ -20,7 +20,7 @@ licenses:
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

Expand All @@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: sys@v0.12.0/PATENTS
- sources: sys@v0.37.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Loading
Loading