Skip to content

Bump github.com/containernetworking/cni from 1.1.2 to 1.2.0 #479

Bump github.com/containernetworking/cni from 1.1.2 to 1.2.0

Bump github.com/containernetworking/cni from 1.1.2 to 1.2.0 #479

Workflow file for this run

name: Go
on:
pull_request:
paths:
- .github/workflows/go.yml
- '**/*.go'
- go.sum
- justfile
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
container: ghcr.io/linkerd/dev:v43-go
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
- run: just go-lint --verbose --timeout=10m
fmt:
runs-on: ubuntu-latest
container: ghcr.io/linkerd/dev:v43-go
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
- run: just go-fmt-check
unit-test:
runs-on: ubuntu-latest
container: ghcr.io/linkerd/dev:v43-go
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
- run: just proxy-init-test-unit