Skip to content

Support modifying volumes through the controller client #78

Support modifying volumes through the controller client

Support modifying volumes through the controller client #78

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