Skip to content

deps: bump github.com/containernetworking/cni from 1.1.2 to 1.2.1 in /azure-ipam #222

deps: bump github.com/containernetworking/cni from 1.1.2 to 1.2.1 in /azure-ipam

deps: bump github.com/containernetworking/cni from 1.1.2 to 1.2.1 in /azure-ipam #222

Workflow file for this run

name: golangci-lint
on:
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
golangci119:
strategy:
fail-fast: false
matrix:
go-version: [1.19.x]
os: [ubuntu-latest, windows-latest]
name: Lint
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.48.0
args: --timeout=10m
only-new-issues: true