Skip to content

build(deps): bump k8s.io/api from 0.26.3 to 0.28.1 #453

build(deps): bump k8s.io/api from 0.26.3 to 0.28.1

build(deps): bump k8s.io/api from 0.26.3 to 0.28.1 #453

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
jobs:
unit-tests:
name: Run unit tests
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: '1.20'
check-latest: true
cache: true
- name: Run Go tests
run: make test