Skip to content

build(deps): bump k8s.io/api from 0.28.3 to 0.28.4 #123

build(deps): bump k8s.io/api from 0.28.3 to 0.28.4

build(deps): bump k8s.io/api from 0.28.3 to 0.28.4 #123

Workflow file for this run

name: test
on:
push:
tags:
- "**"
branches:
- master
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true
- run: go test -v ./...