Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Bump k8s.io/api from 0.27.2 to 0.27.4 #26

Bump k8s.io/api from 0.27.2 to 0.27.4

Bump k8s.io/api from 0.27.2 to 0.27.4 #26

Workflow file for this run

name: build
on:
pull_request:
paths-ignore:
- 'README.md'
push:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Build
run: make tidy && make build
- name: Test
run: make test
ko-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- uses: ko-build/setup-ko@v0.6
env:
KO_DOCKER_REPO: ko.local
- name: Build
run: make ko-build