Skip to content

Bump k8s.io/client-go from 0.26.3 to 0.27.2 #287

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

Bump k8s.io/client-go from 0.26.3 to 0.27.2 #287

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@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- run: just go-lint --verbose --timeout=10m
fmt:
runs-on: ubuntu-20.04
container: ghcr.io/linkerd/dev:v39-go
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- run: just go-fmt-check
unit-test:
runs-on: ubuntu-20.04
container: ghcr.io/linkerd/dev:v39-go
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- run: just proxy-init-test-unit