Skip to content

feat: INFRA-764 Added build and release pipeline #1

feat: INFRA-764 Added build and release pipeline

feat: INFRA-764 Added build and release pipeline #1

Workflow file for this run

name: build
on: [ push ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: '1.23'
- name: Run build
run: go build