Skip to content

build(deps): Bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.17.0 #6

build(deps): Bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.17.0

build(deps): Bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.17.0 #6

Workflow file for this run

name: Kubernetes Operator CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test-operator:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Build Docker Image
run: make docker-build
working-directory: ./
- name: Run Tests
run: make test
working-directory: ./