Skip to content

Bump k8s.io/kubectl from 0.28.3 to 0.28.4 #209

Bump k8s.io/kubectl from 0.28.3 to 0.28.4

Bump k8s.io/kubectl from 0.28.3 to 0.28.4 #209

Workflow file for this run

name: Pull Request Code test
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
checks:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- run: make test
# Do a build to see whether the binary still compiles.
- run: go build -o bin/kubectl-onmetal .