8 Commits

Author SHA1 Message Date
dependabot[bot]
d1bc9506a4
chore(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 22:55:05 +00:00
dependabot[bot]
8ffef9edae
chore(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-16 23:03:41 +00:00
dependabot[bot]
cf1075483f
chore(deps): bump actions/setup-go from 2 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-05 23:02:40 +00:00
Pierre Prinetti
339d4d25ae
actions: Print go version
In order to rapidly debug test issues, issue `go version` prior to
running any test.
2021-11-15 14:01:28 +01:00
andyzhangx
7ff2fb8510 test: fix go mod issue with go1.16 2021-03-07 12:09:11 +00:00
andyzhangx
e7cdcedcc4 fix: reduce driver logs 2021-01-20 06:53:19 +00:00
andyzhangx
960cbdd09f test: enable GH action on all branches 2021-01-04 02:38:22 +00:00
Mayank Shah
d84845553b CI: add GH Actions workflow for linux unit tests
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-10-20 04:02:02 +05:30