Skip to content

Commit

Permalink
Bump scaffolding version (#3736)
Browse files Browse the repository at this point in the history
* Bump scaffolding version

Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>

* Bump k8s version

---------

Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
  • Loading branch information
haydentherapper committed Jun 18, 2024
1 parent e72f472 commit 98fd801
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
VAULT_TOKEN: "root"
VAULT_ADDR: "http://localhost:8200"
COSIGN_YES: "true"
SCAFFOLDING_RELEASE_VERSION: "v0.6.17"
SCAFFOLDING_RELEASE_VERSION: "v0.7.2"
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
runs-on: ubuntu-latest

env:
SCAFFOLDING_RELEASE_VERSION: "v0.6.17"
SCAFFOLDING_RELEASE_VERSION: "v0.7.2"

steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kind-verify-attestation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
strategy:
matrix:
k8s-version:
- v1.25.x
- v1.27.x
tuf-root:
- remote
- air-gap

env:
KO_DOCKER_REPO: "registry.local:5000/policy-controller"
SCAFFOLDING_RELEASE_VERSION: "v0.6.17"
SCAFFOLDING_RELEASE_VERSION: "v0.7.2"
GO111MODULE: on
GOFLAGS: -ldflags=-s -ldflags=-w
KOCACHE: ~/ko
Expand Down

0 comments on commit 98fd801

Please sign in to comment.