Skip to content

Bump k8s.io/client-go from 0.27.2 to 0.27.3 #243

Bump k8s.io/client-go from 0.27.2 to 0.27.3

Bump k8s.io/client-go from 0.27.2 to 0.27.3 #243

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
strategy:
matrix:
go-version: [1.19.x]
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Run Mage
uses: magefile/mage-action@v1
with:
version: latest
args: test