Skip to content

Leader election conflict with csi-resizer bug fix #21

Leader election conflict with csi-resizer bug fix

Leader election conflict with csi-resizer bug fix #21

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.20'
- run: make
- run: make test