Skip to content

Bump k8s.io/apimachinery from 0.26.1 to 0.26.15 #967

Bump k8s.io/apimachinery from 0.26.1 to 0.26.15

Bump k8s.io/apimachinery from 0.26.1 to 0.26.15 #967

Workflow file for this run

name: Test coverage
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Run go test with coverage
run: COVER_PROFILE=coverage.txt make test
- name: Codecov upload
uses: codecov/[email protected]
with:
files: ./cover.out