Skip to content

Bump k8s.io/api from 0.29.2 to 0.31.2 #1636

Bump k8s.io/api from 0.29.2 to 0.31.2

Bump k8s.io/api from 0.29.2 to 0.31.2 #1636

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version-file: ./go.mod
- name: Build
run: make build
- name: Test
run: make test