Skip to content

[client/controller] add new filter options to list/GET #2159

[client/controller] add new filter options to list/GET

[client/controller] add new filter options to list/GET #2159

Workflow file for this run

name: go-build
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- name: Build
run: go build -v ./...