Skip to content

Bump k8s-openapi for Kubernetes v1_32 support and MSRV #57

Bump k8s-openapi for Kubernetes v1_32 support and MSRV

Bump k8s-openapi for Kubernetes v1_32 support and MSRV #57

Workflow file for this run

name: devcontainer
# When a pull request is opened that changes the Devcontainer configuration,
# ensure that the container continues to build properly.
on:
pull_request:
paths:
- .devcontainer/**
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: docker build .devcontainer