Skip to content

build(deps): bump k8s.io/client-go from 0.29.2 to 0.29.3 #2468

build(deps): bump k8s.io/client-go from 0.29.2 to 0.29.3

build(deps): bump k8s.io/client-go from 0.29.2 to 0.29.3 #2468

Workflow file for this run

name: Go
on:
pull_request:
paths:
- .github/workflows/go.yml
- go.sum
- "**/*.go"
- "**/*.golden"
- "**/charts/**"
permissions:
contents: read
jobs:
go-lint:
timeout-minutes: 10
runs-on: ubuntu-22.04
container: ghcr.io/linkerd/dev:v43-go
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
- run: just go-lint --verbose --timeout=10m
go-format:
timeout-minutes: 10
runs-on: ubuntu-22.04
container: ghcr.io/linkerd/dev:v43-go
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
- run: just go-fmt
go-test:
timeout-minutes: 10
runs-on: ubuntu-22.04
container: ghcr.io/linkerd/dev:v43-go
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
- run: just go-fetch
- run: just go-test