Skip to content

Commit

Permalink
Update Cue v0.8.0 -> v0.9.0 (#512)
Browse files Browse the repository at this point in the history
* Update Cue v0.8.0 -> v0.9.0

Release: https://github.com/cue-lang/cue/releases/tag/v0.9.0
Signed-off-by: Brad Beck <bradley.beck@gmail.com>

* cue mod fix

Signed-off-by: Brad Beck <bradley.beck@gmail.com>

---------

Signed-off-by: Brad Beck <bradley.beck@gmail.com>
  • Loading branch information
bradbeck authored Jun 7, 2024
1 parent db7c7bc commit 57a1c3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion cue.mod/module.cue
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
module: "github.com/buildsec/frsca"
module: "github.com/buildsec/frsca@v0"
language: {
version: "v0.9.0"
}
2 changes: 1 addition & 1 deletion platform/00-kubernetes-minikube-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ COSIGN_RELEASE_URL="https://github.com/sigstore/cosign/releases/download/${COSIG
COSIGN_CHECKSUMS="cosign_checksums.txt"
COSIGN_ASSET="${COSIGN_BIN}-${COSIGN_OS}-${COSIGN_ARCH}"

CUE_VERSION=v0.8.0
CUE_VERSION=v0.9.0
CUE_FILE_NAME=cue_${CUE_VERSION}_linux_amd64.tar.gz
CUE_URL=https://github.com/cue-lang/cue/releases/download/${CUE_VERSION}
CUE_CHECKSUMS=checksums.txt
Expand Down

0 comments on commit 57a1c3b

Please sign in to comment.