Skip to content

build(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 in /kubetest2 #39

build(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 in /kubetest2

build(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 in /kubetest2 #39

Workflow file for this run

name: "CI"
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make build
build-kubetest2:
runs-on: ubuntu-latest
strategy:
# don't bail out of all sub-tasks if one fails
fail-fast: false
matrix:
k8s_version: ["1.23", "1.24", "1.25", "1.26", "1.27", "1.28"]
steps:
- uses: actions/checkout@v3
- run: docker build --build-arg=KUBERNETES_MINOR_VERSION=${{ matrix.k8s_version }} --file Dockerfile.kubetest2 .