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

Bump k8s.io/apimachinery from 0.18.2 to 0.18.8 #47

Bump k8s.io/apimachinery from 0.18.2 to 0.18.8

Bump k8s.io/apimachinery from 0.18.2 to 0.18.8 #47

Workflow file for this run

on:
pull_request:
types: [opened, synchronize]
name: test on PRs
jobs:
pullRequestOpened:
name: pull request opened
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: go test -race ./...
uses: ./.github/action/go-tools
with:
args: test -race ./...
# No need to push the image, we just want to validate it is build correctly
- name: operator-sdk build
env:
GO111MODULE: "on"
uses: ./.github/action/operator-sdk
with:
args: build registry.lightbend.com/lightbend-akkacluster-operator:latest