Skip to content

Update dependencies and align local and CI workflows #2

Update dependencies and align local and CI workflows

Update dependencies and align local and CI workflows #2

Workflow file for this run

name: Build Strimzi Shutdown PR
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.25.x'
- name: Build
run: make build
- name: Run tests
run: make test