Skip to content

chore: remove deprecated gcr.io/kubebuilder/kube-rbac-proxy #9145

chore: remove deprecated gcr.io/kubebuilder/kube-rbac-proxy

chore: remove deprecated gcr.io/kubebuilder/kube-rbac-proxy #9145

Workflow file for this run

name: Go test
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
test:
name: Go Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install NIX
uses: cachix/install-nix-action@v24
- name: Install devbox
uses: jetpack-io/[email protected]
with:
enable-cache: true
skip-nix-installation: true
- name: Run unit tests
run: devbox run -- make go-test
- name: Report Coveralls
uses: coverallsapp/github-action@v2
with:
file: hack/release/coverage.out