Skip to content

refactor: bump kubernetes client to 6.12.0 (#248) (#249) #485

refactor: bump kubernetes client to 6.12.0 (#248) (#249)

refactor: bump kubernetes client to 6.12.0 (#248) (#249) #485

Workflow file for this run

name: Generator
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.15
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Build
run: |
cd releng
go build -v .