Skip to content

Bump k8s.io/apimachinery from 0.29.0 to 0.29.2 #38

Bump k8s.io/apimachinery from 0.29.0 to 0.29.2

Bump k8s.io/apimachinery from 0.29.0 to 0.29.2 #38

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
GO111MODULE: on
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.21.x
- uses: actions/checkout@v4
- name: Build sources
run: go build ./...
- name: Run tests
run: go test ./... -v