Skip to content

Commit 418e395

Browse files
committed
pin otdfctl and platform
- pins otdfctl to v0.28.0 - pins platform to service/v0.8.2
1 parent bb7b787 commit 418e395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/platform-integration-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
3434
with:
3535
repository: opentdf/platform
36-
ref: main
36+
ref: service/v0.8.2
3737
path: platform
3838
- name: Set up go
3939
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
@@ -132,7 +132,7 @@ jobs:
132132
grpcurl -plaintext localhost:8080 kas.AccessService/PublicKey
133133
134134
- name: Install otdfctl
135-
run: go install github.com/opentdf/otdfctl@latest
135+
run: go install github.com/opentdf/otdfctl@v0.28.0
136136
shell: bash
137137

138138
- name: Create creds.json for otdfctl

0 commit comments

Comments
 (0)