Skip to content

build(deps): bump k8s.io/api from 0.30.0 to 0.30.1 #738

build(deps): bump k8s.io/api from 0.30.0 to 0.30.1

build(deps): bump k8s.io/api from 0.30.0 to 0.30.1 #738

Workflow file for this run

name: verify
on:
push:
branches:
- master
pull_request:
paths:
- '**'
workflow_dispatch:
merge_group:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run the verify target
run: |
export GOPATH=$(go env GOPATH)
make verify