We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8a90e commit 3a97d12Copy full SHA for 3a97d12
1 file changed
.github/workflows/validate-components.yml
@@ -16,7 +16,7 @@ jobs:
16
GOPATH="$(go env | grep GOPATH | cut -d= -f2 | tr -d '"')"
17
export PATH="$PATH:$GOPATH/bin"
18
pushd /tmp
19
- GO111MODULE=on go install cuelang.org/go/cmd/cue@latest
+ GO111MODULE=on go install cuelang.org/go/cmd/cue@v0.15.4
20
popd
21
22
- name: Validate components.json conforms to cue schema
0 commit comments