Skip to content

chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 #107

chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0

chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 #107

Workflow file for this run

name: Kind CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
e2eBlobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Prerequisites
run: sudo make tests-deps-install
- name: "End to End: Blobs"
run: make ci-kind-random
- name: "Clean up"
run: make kind-delete
e2eCtr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Prerequisites
run: sudo make tests-deps-install
- name: "End to End: Ctr"
run: make ci-kind-ctr
- name: "Clean up"
run: make kind-delete