Skip to content

Merge pull request #606 from vitessio/fix-production-mode-admin #2284

Merge pull request #606 from vitessio/fix-production-mode-admin

Merge pull request #606 from vitessio/fix-production-mode-admin #2284

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