Skip to content

Bump k8s.io/client-go from 0.27.2 to 0.27.4 #306

Bump k8s.io/client-go from 0.27.2 to 0.27.4

Bump k8s.io/client-go from 0.27.2 to 0.27.4 #306

Workflow file for this run

name: Go
on:
pull_request:
paths:
- .github/workflows/go.yml
- '**/*.go'
- go.sum
- justfile
jobs:
lint:
runs-on: ubuntu-20.04
container: ghcr.io/linkerd/dev:v39-go
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- run: just go-lint --verbose --timeout=10m
fmt:
runs-on: ubuntu-20.04
container: ghcr.io/linkerd/dev:v39-go
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- run: just go-fmt-check
unit-test:
runs-on: ubuntu-20.04
container: ghcr.io/linkerd/dev:v39-go
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- run: just proxy-init-test-unit