Skip to content

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

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 #6

Workflow file for this run

name: publish
on:
push:
tags:
- '*'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.21.x
- name: Make all
run: make all
- name: Upload release binaries
uses: alexellis/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
with:
asset_paths: '["./bin/run-job*"]'