Skip to content

build(deps): bump k8s.io/apimachinery from 0.28.2 to 0.28.3 #378

build(deps): bump k8s.io/apimachinery from 0.28.2 to 0.28.3

build(deps): bump k8s.io/apimachinery from 0.28.2 to 0.28.3 #378

Workflow file for this run

name: Unit tests
on:
pull_request: {}
push:
paths-ignore:
- '*.md'
- '**/*.md'
branches:
- main
jobs:
go_unit_tests:
name: Go unit tests
timeout-minutes: 30
runs-on: ubuntu-20.04
container:
image: golang:1.19
steps:
- name: Checkout code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Go unit tests
run: |
go install gotest.tools/[email protected]
gotestsum -- -cover -race -v -mod=readonly ./...