Skip to content

cmd: add liveness reporter to ping our backend #8

cmd: add liveness reporter to ping our backend

cmd: add liveness reporter to ping our backend #8

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23'
- name: Build
run: CGO_ENABLED=0 go build