Skip to content

add pod status reason and fix deployment (#324) #359

add pod status reason and fix deployment (#324)

add pod status reason and fix deployment (#324) #359

Workflow file for this run

name: Makefile CI
on:
push:
branches:
- main
- release-*
tags:
- v*
pull_request:
branches:
- main
- release-*
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.16
uses: actions/setup-go@v2
with:
go-version: 1.16
id: go
- uses: actions/checkout@v2
- name: Run golangci-lint
run: make lint