Skip to content

Commit 9e9620f

Browse files
authored
update sdk-go along with pomerium core (#1427)
We currently have two copies of the core config protos in the dependency tree: one from pomerium/pomerium, and one from pomerium/sdk-go (for the unified API / connect-rpc support). If these two get out of sync, settings may not serialize correctly. For now, let's mitigate this issue by syncing both of these modules in the update-dependencies script.
1 parent 7844139 commit 9e9620f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/update-dependencies

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ update-pomerium() {
1818
require-command go
1919

2020
go get -u github.com/pomerium/pomerium@main
21+
go get -u github.com/pomerium/sdk-go@main
2122
go mod tidy
2223

2324
popd

0 commit comments

Comments
 (0)