Skip to content

Fix the value of the binary to profile in the admin #2318

Fix the value of the binary to profile in the admin

Fix the value of the binary to profile in the admin #2318

Workflow file for this run

name: Golang Build CLI
on: [push, pull_request]
jobs:
build:
name: Build CLI binary
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.23.0
- name: Build
run: make