Skip to content

Bump k8s.io/apimachinery from 0.28.1 to 0.28.3 (#937) #21

Bump k8s.io/apimachinery from 0.28.1 to 0.28.3 (#937)

Bump k8s.io/apimachinery from 0.28.1 to 0.28.3 (#937) #21

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v2
with:
go-version: '1.20'
- run: make lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v2
with:
go-version: '1.20'
- uses: azure/setup-helm@v3
with:
version: '3.13.1'
- name: Install jsonnet
run: go install github.com/google/go-jsonnet/cmd/jsonnet@v0.20.0
- run: make test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v2
with:
go-version: '1.20'
- run: make cross