Skip to content

chore(deps): bump k8s.io/client-go from 0.31.3 to 0.32.0 (#249) #616

chore(deps): bump k8s.io/client-go from 0.31.3 to 0.32.0 (#249)

chore(deps): bump k8s.io/client-go from 0.31.3 to 0.32.0 (#249) #616

Workflow file for this run

name: Build
concurrency:
group: ${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
on:
pull_request: {}
push:
branches:
- main
jobs:
build:
name: Build, check and test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: make dev/tools
run: make dev/tools
- name: make check
run: make check
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout=10m --verbose
skip-pkg-cache: true