Skip to content

Bump github.com/go-logr/logr from 1.4.1 to 1.4.2 #94

Bump github.com/go-logr/logr from 1.4.1 to 1.4.2

Bump github.com/go-logr/logr from 1.4.1 to 1.4.2 #94

Workflow file for this run

name: Verify
on:
push:
tags-ignore:
- '**'
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
generate:
runs-on: ubuntu-latest
name: generate
steps:
- name: Checkout Code
uses: actions/checkout@v3
- uses: ./.github/actions/setup
- name: Run verify-generate
run: |
make verify-generate
golangci-lint:
runs-on: ubuntu-latest
name: golangci-lint
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=10m