Skip to content

Commit 656a06d

Browse files
Fix critical Cargo.toml patches and add missing compliance test files
Co-authored-by: morningstarxcdcode <[email protected]>
1 parent e482cc0 commit 656a06d

15 files changed

+382
-23
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup Go
5252
uses: actions/setup-go@v4
5353
with:
54-
go-version: '1.21'
54+
go-version: '1.23'
5555
cache: true
5656

5757
- name: Install system dependencies (Ubuntu)
@@ -241,7 +241,7 @@ jobs:
241241
- name: Setup Go
242242
uses: actions/setup-go@v4
243243
with:
244-
go-version: '1.21'
244+
go-version: '1.23'
245245

246246
- name: Install system dependencies
247247
run: |

.github/workflows/codeql-advanced.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: matrix.language == 'go'
4343
uses: actions/setup-go@v4
4444
with:
45-
go-version: '1.21'
45+
go-version: '1.23'
4646
cache: true
4747
- name: Go mod download
4848
if: matrix.language == 'go'
@@ -230,7 +230,7 @@ jobs:
230230
- name: Setup Go
231231
uses: actions/setup-go@v4
232232
with:
233-
go-version: '1.21'
233+
go-version: '1.23'
234234

235235
- name: Setup Rust
236236
uses: dtolnay/rust-toolchain@stable

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ keywords = ["ai", "security", "governance", "tpm", "enterprise"]
1313
categories = ["security", "web-programming", "api-bindings"]
1414
rust-version = "1.70"
1515

16-
[patch.crates-io]
17-
protobuf = { version = "3.7.2" }
18-
rsa = { version = "0.9.6" }
16+
# [patch.crates-io] - Removed invalid patches that pointed to same source
1917

2018
[dependencies]
2119
# Core async runtime

sdks/javascript/node_modules/.package-lock.json

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
535 Bytes
Binary file not shown.
3.56 KB
Binary file not shown.
8.23 KB
Binary file not shown.
6.89 KB
Binary file not shown.
188 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)