Skip to content

chore(deps): bump k8s.io/cli-runtime from 0.30.1 to 0.30.2 #513

chore(deps): bump k8s.io/cli-runtime from 0.30.1 to 0.30.2

chore(deps): bump k8s.io/cli-runtime from 0.30.1 to 0.30.2 #513

Workflow file for this run

name: Build and test with Go
on: [push, pull_request]
jobs:
build:
name: Build and test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
cache: true
id: go
- name: Build
run: go build -v .
- name: Test
run: go test -v ./...