Marc Brooks
f074b16dd7
Cleaning up action versions
...
Update setup-node to v5
Update setup-go to v5 (removed restriction to specific minor/patch)
Updated the golangci-lint action to use @v5 of both checkout and setup-go. Now internally uses:
- go version oldstable (e.g. 1.24.7 as of 2025-09-24)
- golangci-lint version v2.1
2025-09-24 13:10:34 -05:00
dependabot[bot]
d0b3781aaa
build(deps): bump actions/checkout from 4 to 5 ( #759 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-04 11:19:00 +02:00
dependabot[bot]
090e0b4b47
build(deps): bump actions/setup-go from 4.2.1 to 5.5.0 ( #666 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 4.2.1 to 5.5.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v4.2.1...v5.5.0 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: 5.5.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 17:21:11 +02:00
Marc Brooks
353099001f
build: upgrade packages and move to GitHub runner
...
* Move to GitHub runner for build action
Lint action
* Move to go 1.24.4
* Upgrade go packages
github.com/coreos/go-oidc/v3 v3.11.0 -> v3.14.1
github.com/creack/pty v1.1.23 -> v1.1.24
github.com/gwatts/rootcerts v0.0.0-20240401182218-3ab9db955caf -> v0.0.0-20250601184604-370a9a75f341
github.com/pion/logging v0.2.3 -> v0.2.4
github.com/pion/webrtc/v4 v4.0.16 -> v4.1.2
github.com/prometheus/common v0.62.0 -> v0.65.0
github.com/vishvananda/netlink v1.3.1 -> v1.3.1
go.bug.st/serial v1.6.2 -> v1.6.4
2025-07-01 13:39:41 +02:00
Aveline
4bfbc66ea7
chore: upgrade go from 1.24.3 to 1.24.4 ( #600 )
2025-06-12 08:53:58 +02:00
dependabot[bot]
bfbc1a5a57
build(deps): bump actions/setup-go from 4 to 5 ( #577 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-12 08:40:53 +02:00
Siyuan Miao
4e90883bf8
build: enable trimpath for both dev and prod releases
2025-05-20 20:28:40 +02:00
Siyuan Miao
354941b54d
build: add trimpath to go build command
2025-05-20 20:18:21 +02:00
Aveline
4b91c758fa
chore: upgrade golang to 1.24.3 and nodejs to 22.x ( #483 )
2025-05-20 19:08:10 +02:00
Siyuan Miao
c6b05d4abe
build: add device-tests
2025-05-19 23:23:38 +02:00
Siyuan Miao
840743fcf7
fix: golang test report input argument
2025-05-16 20:04:54 +02:00
Aveline
fea89a0d23
chore: run golang tests
2025-05-16 19:53:01 +02:00
Siyuan Miao
b5e0f894bc
chore: move smoketest to private repo
2025-03-25 18:42:26 +01:00
Adam Shiervani
3b711db781
Apply and Upgrade Eslint ( #288 )
...
* Upgrade ESLINT and fix issues
* feat: add frontend linting job to GitHub Actions workflow
* Move UI linting to separate file
* More linting fixes
* Remove pull_request trigger from UI linting workflow
* Update UI linting workflow
* Rename frontend-lint workflow to ui-lint for clarity
2025-03-25 11:56:24 +01:00
Siyuan Miao
08a315d908
feat: implement build and test workflow
2025-03-03 22:18:36 +01:00