Skip to content

Bump sigs.k8s.io/controller-runtime from 0.22.1 to 0.22.3 in the k8s group #58

Bump sigs.k8s.io/controller-runtime from 0.22.1 to 0.22.3 in the k8s group

Bump sigs.k8s.io/controller-runtime from 0.22.1 to 0.22.3 in the k8s group #58

Workflow file for this run

name: pull request
on:
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v8
with:
args: --timeout=5m
build-test:
name: test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Install just
uses: taiki-e/install-action@just
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Build and run tests with race detector enabled
run: just test-race