Skip to content

Commit fa20e43

Browse files
authored
Update for go 1.19 and new canon (viamrobotics#97)
1 parent 7e68c3d commit fa20e43

39 files changed

Lines changed: 51 additions & 44 deletions

‎.github/workflows/license_finder.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Check out code in rdk directory
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020
with:
2121
fetch-depth: 2
2222

‎.github/workflows/pullrequest.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
image: ghcr.io/viamrobotics/canon:amd64-cache
2222
options: --platform linux/amd64
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
- uses: bufbuild/buf-setup-action@v1
2626
# Run all Lint runs
2727
- uses: bufbuild/buf-lint-action@v1
@@ -38,7 +38,7 @@ jobs:
3838
image: ghcr.io/viamrobotics/canon:amd64-cache
3939
options: --platform linux/amd64
4040
steps:
41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v3
4242
- name: Verify no uncommitted changes"
4343
run: |
4444
git init

‎app/datasync/v1/data_sync.pb.go‎

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎app/model/v1/model.pb.go‎

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎app/v1/app_grpc.pb.go‎

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎app/v1/robot.pb.go‎

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎common/v1/common.pb.go‎

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎component/arm/v1/arm.pb.go‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎component/audioinput/v1/audioinput.pb.go‎

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎gen/js/app/data/v1/data_grpc_web_pb.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// Code generated by protoc-gen-grpc-web. DO NOT EDIT.
88
// versions:
9-
// protoc-gen-grpc-web v1.4.1
9+
// protoc-gen-grpc-web v1.4.2
1010
// protoc v0.0.0
1111
// source: app/data/v1/data.proto
1212

0 commit comments

Comments
 (0)