There was an error while loading. Please reload this page.
1 parent b0bc878 commit 9b718edCopy full SHA for 9b718ed
1 file changed
.github/workflows/lula-validate.yml
@@ -45,10 +45,10 @@ jobs:
45
46
- name: Download lula CLI
47
run: |
48
- # Download lula binary from defenseunicorns/lula GitHub releases.
49
- LULA_VERSION="v0.10.0"
+ # Download lula binary from defenseunicorns-labs/lula1 GitHub releases.
+ LULA_VERSION="v0.16.0"
50
curl -fsSL \
51
- "https://github.com/defenseunicorns/lula/releases/download/${LULA_VERSION}/lula_${LULA_VERSION}_linux_amd64" \
+ "https://github.com/defenseunicorns-labs/lula1/releases/download/${LULA_VERSION}/lula_${LULA_VERSION}_Linux_amd64" \
52
-o /usr/local/bin/lula
53
chmod +x /usr/local/bin/lula
54
lula version
0 commit comments