Skip to content

Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 in /examples/dyplomat #1216

Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 in /examples/dyplomat

Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 in /examples/dyplomat #1216

Workflow file for this run

name: golangci-lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
only-new-issues: true
# Optional: golangci-lint command line arguments.
args: --timeout=10m0s