Skip to content

Commit 3a97d12

Browse files
chore: pin cue at v0.15.4 until we can bump to go1.25 (#8004)
1 parent ca8a90e commit 3a97d12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
GOPATH="$(go env | grep GOPATH | cut -d= -f2 | tr -d '"')"
1717
export PATH="$PATH:$GOPATH/bin"
1818
pushd /tmp
19-
GO111MODULE=on go install cuelang.org/go/cmd/cue@latest
19+
GO111MODULE=on go install cuelang.org/go/cmd/cue@v0.15.4
2020
popd
2121
2222
- name: Validate components.json conforms to cue schema

0 commit comments

Comments
 (0)