Skip to content

Bump k8s.io/client-go from 0.28.1 to 0.28.3 #28

Bump k8s.io/client-go from 0.28.1 to 0.28.3

Bump k8s.io/client-go from 0.28.1 to 0.28.3 #28

Workflow file for this run

name: test
env:
KYMA_STABILITY: "unstable"
KYMA: "./hack/kyma"
on:
push:
branches: [ "main" ]
paths-ignore:
- 'docs/**'
- '**.md'
pull_request:
branches: [ "main" ]
paths-ignore:
- 'docs/**'
- '**.md'
jobs:
unit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Sync GO dependencies
run: |
go mod tidy
go mod vendor
- name: Run tests
run: |
make test-only