Skip to content

Bump k8s.io/client-go from 0.28.3 to 0.28.4 #184

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

Bump k8s.io/client-go from 0.28.3 to 0.28.4 #184

Workflow file for this run

name: Test (master)
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go_version: [ '1.21' ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go_version }}
- name: Run tests
shell: script -q -e -c "bash {0}"
run: |
export TERM=xterm
go test -v -cover -tags=ci ./...